What is the difference between multiple and multilevel inheritance in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are c++ files?

0 Answers  


wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster

11 Answers  


What are the static members and static member functions?

1 Answers  


What is enum c++?

0 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,






Which is best c++ or java?

0 Answers  


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

0 Answers  


Explain public, protected, private in c++?

0 Answers  


What is vector pair in c++?

0 Answers  


What is ios in c++?

0 Answers  


Show the declaration for a static function pointer.

0 Answers  


What is difference between class and function?

0 Answers  


Categories