Can you inherit a private class?
No Answer is Posted For this Question
Be the First to Post Answer
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
what's the basic's in dot net
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
What is abstraction oop?
explain sub-type and sub class? atleast u have differ it into 4 points?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is multiple inheritance?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
What is abstraction encapsulation?
What exactly is polymorphism?
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?