C++
Programming and Technical
Programming
Definition
When is an object created and what is its lifetime?
Read Solution (Total 0)
C++ Other Question
Which of the following statement will be correct if the function has three arguments passed to it?
1) The trailing argument will be the default argument.
2) The first argument will be the default argument.
3) The middle argument will be the default argument.
4) All the argument will be the default argument.
What do you mean by multiple inheritance and
multilevel inheritance? Differentiate between them.