Answer Posted / nitish
Inheritance basically stands to inherit the +ve functions of
predecessor.
Earlier its the main base class to give birth to the further
derived class.
This derived class have the features from in its functioning
from the base class from which it have been derived.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What does sksksk mean in text slang?
What is polymorphism oop?
Give two or more real cenario of virtual function and vertual object
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
State what is encapsulation and friend function?
What is debug class?what is trace class? What differences are between them? With examples.
What is overriding vs overloading?
What is coupling in oop?
Explain virtual inheritance?
What is destructor in oop?
What is multilevel inheritance in oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
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