0% found this document useful (0 votes)
140 views4 pages

Oops RG Mdu

Uploaded by

tpc03072003
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
140 views4 pages

Oops RG Mdu

Uploaded by

tpc03072003
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

OOPS

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

Q.What is significance of making a constructor in derived


classes?

Q.What is constructor,explain different types of constructor in


c++?
Q.How we declare and initialize pointer?Explain with example
programme.
Q.Explain Dynamic memory management using New and Delete
Operators.
UNIT-III
Q.Whta is constructor ?explain various types of construcotrs with help
of programme.
Q.Explain the following:
Copy Constructor; Dynamic Constructor ; Initializer lists
Q.What is Operator Overloading?Write programme in C++ to overload
operator using friend function.
Q.explain condition where operator overloading is necessary
Q.rules of operator overloading in c++?list the operators that cannot be
overloade using friend function and member function
Q.write a porgramme to overload Binary(+) operator using member
function and friend function
Q.explain Virtual function with examples
Q.diffrentiate between Implicit and Explicit type conversions in c++.
Q.Distinguish between Virtual functions and pure virtual functions give
suitable examples.
Q.Write short note on Virtual Destructors.
UNIT-IV
Q.What do you mean by Exceptiion Handling?How exception are
handled in c++? Illustrate with examples.
Q.benefits of exception handling in a programme.
Q.explain Following concepts related to exception handling:
A. Catch throw mechanism B.Rethrowing an exception
Q.What are class Templates
Q.What are function Templates?Explain class templates with help of
programme.
Q.benefits of function template?with example
Q.What is Generic programming?how its implemented in c++? Write a
programme for multiple parametrized class template.

You might also like