Answer Posted / karthikse09
one class derived from base class is called inheritance
| Is This Answer Correct ? | 51 Yes | 10 No |
Post New Answer View All Answers
What is the purpose of enum?
What is abstraction in oops with example?
Can bst contain duplicates?
What is the purpose of polymorphism?
What is polymorphism and types?
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 the example of polymorphism?
What is encapsulation and abstraction? How are they implemented in C++?
2. Give the different notations for the class.\
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are the 3 principles of oop?
What is the importance of oop?
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
what type of questions
How do you explain polymorphism?