Answer Posted / dom wadegu
is when a subclass is derived fully from one superclass.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you overcome the diamond problem in inheritance?
State what is encapsulation and friend function?
program for insertion ,deletion,sorting in double link list
What is the fundamental idea of oop?
What does sksksk mean in text slang?
What is abstraction in oops with example?
What is the purpose of polymorphism?
What is encapsulation and abstraction? How are they implemented in C++?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is polymorphism and why is it important?
can inline function declare in private part of class?
What is oops and its features?
What is a function in oop?
What is object in oops?