Oops RG Mdu
Oops RG Mdu
Unite-1
Q.what do you mean by object oriented paradigm?
How object programing is different from Procedural
programming.
Q.Explain Concepts of objects and classes in C++ with help of
example
Q.differentiate between Inside the class definition and outside
the class definition with help of suitable examples.
Q.Explain the following:
Static members, Abstract Classes ,Access specifiers
Q.What is Friend Function?what are merits and demerits of
using friend function?illustrate with examples
Q.properties of static member functions
Q.explain the following:
Container Classes, data hiding, polymorphism
Q.what is class?how we create a class?explain with example.
Also explain Empty classes and how it is different from nested
classes?
UNIT-II
Q.What are different Access specifiers available in c++?explain
Q.Discuss Abstract classes with suitable example.
Q.What is Inheritance?what are different forms of Inheritance?
Explain in detail.
Q.concept of member overiding function
Q.What is Ambiguity in multiple inheritance? How is it
resolved?
Q.Write a programme to show a Basic need of Virtual Base class