Question Bank (Oops)
Question Bank (Oops)
Question Bank
JECRC
cO1: dentity and analyze Object Oriented ProOgramming concepts in designing solution of a problem.
CO2 APpIy constructor, frnend function and class when analyzing a problem statement.
cO3: Apply and analyze features of inheritance and polymorphism for developing solution of a complex
problem.
CO4: Identify and handle exceptions in an object oriented program. Perform generic programming using
templates.
3) Demonstrate with example about the nesting of member function in object oriented
programming
4) DiscuSs about the characteristics of member function of dlass.
5) List and explain about the access specifiers in object oriented programming.
6) Demonstrate the concept of Call by value, call by address with pointer and call by reference in
C*.
13) Write a program to swap two number using the concept of call by value, call by reference, call by
address.
15) lustrate the concept of defining member function inside the class.
18) Elaborate the concept of object orlented programming? Discuss with all features.
19) Define inline function? Give proper example to implement the concegt of inine function.
21) llustrate the concept of defining member function outside the class.
22) Implement the program to perform the multiplication of two numbers using friend function.
23) Implement the program to perform the addition, subtraction, multiplication and dvision of fwo
numbers using class and objects.
26) Explain Bottom up and Top down approach used in POP and 00P
27) Write only the syntax for creating structure and how we can access the members of structure
29) Create a C class where store and display employee information (1d, Name, Salary, Designation)
using the concept of class and object.
30) Write the characteristics of member functlon and also demonstrate nested member function
wn exampie
32) Explain function overloading. Cakulate area of square, rectangle, triangle using the concept of of
Tunction overloading
34) Write the characteristics of this pointer. llustrate with proper example.
40) Write c+e program for varlous mathematical operation using switch case
41) Create ct program to swap two class data using friend class.
43) Eplain scope resoiution operator and give examples of uses ol scope resolution operato.