Oops MDU
Oops 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.differen ate between Inside the class defini on and outside
the class defini on with help of suitable examples.
Q.Explain the following:
Sta c members, Abstract Classes ,Access specifiers
Q.What is Friend Func on?what are merits and demerits of
using friend func on?illustrate with examples
Q.proper es of sta c member func ons
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 func on
Q.What is Ambiguity in mul ple inheritance? How is it
resolved?
Q.Write a programme to show a Basic need of Virtual Base class