Explain the advantages of inheritance.
No Answer is Posted For this Question
Be the First to Post Answer
Is data hiding and abstraction same?
Which keyword is written to use a variable declared in one class in the other class?
what is abstract class ? when is used in real time ? give a exp
Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is a null tree?
What is virtual constructors/destructors?
What is the real time example of inheritance?
Can we have inheritance without polymorphism?
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
what is new modifier in C#
What is difference between new and malloc?