II B.
TECH I SEMESTER – I MID ASSIGNMENT
SUBJECT: OBJECT ORIENTED PROGRAMMING USING C++
MAX. MARKS: 5
CO
Able to implement Object Oriented Programming concepts using the C++ language and
1 Cconcepts.
CO Able to develop the programs on data abstraction, constructors, destructors and friend
2 classes
CO Able to develop the programs on virtual functions and polymorphism
3
CO Able to develop programs on C++ I/O streams, strings
4
CO Able to develop programs on Exception Handling
5
ANSWER ALL QUESTIONS 1*5=5M
1 CO1
Explain the structure of C++ program with an example program.
2 CO1
Explain the basic concepts of OOPS paradigm.
3. Write a C++ program to find factorial of given number using class and object. CO2
4. Write a C++ program using friend function and constant member function. CO2
5. What is inheritance? Explain various forms of inheritance. CO3