What is sub classing in c++?
Answer / ashok kumar
which class inherited from base class is called sub class
Is This Answer Correct ? | 3 Yes | 0 No |
What is pure oop?
What is the real time example of inheritance?
what is the difference between ERROR and EXCEPTION?
What is meant by oops concept?
why to use operator overloading
difference between overloading and overridding
Can you explain polymorphism?
Write pseudo code for push in a stack?
what is difference between String s=new String("vali"); String s="vali"
What are main features of oop?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
why the argument is passed by reference to a copy constructor?example?