0% found this document useful (0 votes)
6 views2 pages

Final Oops Assignment

OOPS ASSIGNMENT QUESTIONS

Uploaded by

P Revathy
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)
6 views2 pages

Final Oops Assignment

OOPS ASSIGNMENT QUESTIONS

Uploaded by

P Revathy
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/ 2

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

You might also like