what is single inheritance?

Answer Posted / dev

When a derived class has only one base class its called a
single inheritance

Is This Answer Correct ?    106 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the drawback of classical methods in oops?

2910


What does it mean when someone says I oop?

574


What are properties in oop?

601


What is difference between multiple inheritance and multilevel inheritance?

597


Why is oop better than procedural?

600






What is polymorphism give a real life example?

557


What is methods in oop?

537


Describe these concepts: Polymorphism, Inheritance and Abstraction.

604


explain sub-type and sub class? atleast u have differ it into 4 points?

1830


What is object-oriented programming? Webopedia definition

717


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

1689


Please send ford technologies placement paper 2 my mail id

1649


What is debug class?what is trace class? What differences are between them? With examples.

1598


What are oops functions?

578


How Do you Code Composition and Aggregation in C++ ?

24185