0% found this document useful (0 votes)
116 views

Oops 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 PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
116 views

Oops 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 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.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

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 ini alize 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 ; Ini alizer lists
Q.What is Operator Overloading?Write programme in C++ to overload
operator using friend func on.
Q.explain condi on where operator overloading is necessary
Q.rules of operator overloading in c++?list the operators that cannot be
overloade using friend func on and member func on
Q.write a porgramme to overload Binary(+) operator using member
func on and friend func on
Q.explain Virtual func on with examples
Q.diffren ate between Implicit and Explicit type conversions in c++.
Q.Dis nguish between Virtual func ons and pure virtual func ons give
suitable examples.
Q.Write short note on Virtual Destructors.
UNIT-IV
Q.What do you mean by Excep ion Handling?How excep on are
handled in c++? Illustrate with examples.
Q.benefits of excep on handling in a programme.
Q.explain Following concepts related to excep on handling:
A. Catch throw mechanism B.Rethrowing an excep on
Q.What are class Templates
Q.What are func on Templates?Explain class templates with help of
programme.
Q.benefits of func on template?with example
Q.What is Generic programming?how its implemented in c++? Write a
programme for mul ple parametrized class template.

You might also like