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

21CSC101T Important Questions

21CSC101T

Uploaded by

pk6048
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
115 views

21CSC101T Important Questions

21CSC101T

Uploaded by

pk6048
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

OODP Important Topic

UNIT-1
1. Basic concept of OOPs
2. Features of OOPs
3. C++ Access Specifiers
4. Write a C++ program for
 Reverse a numbers
 Fibonacci series
 Armstrong number or not
 prime number or not
 sum of even numbers
 sum of odd numbers
5. Draw a Use case diagram for any one application ( Some time they will ask this
question as a scenario based Question)
 Banking Management System
 ATM Management System
 Online Ticket Reservation Management System
 Online Credit Card Processing System
 Online Course Reservation System
 Online purchasing System
 Stock management System
 Restaurant Management System
 Library Management System
 Hospital Management System
6. Draw a Class diagram for any one application ( Some time they will ask this
question as a scenario based Question)
 Banking Management System
 ATM Management System
 Online Ticket Reservation Management System
 Online Credit Card Processing System
 Online Course Reservation System
 Online purchasing System
 Stock management System
 Restaurant Management System
 Library Management System
 Hospital Management System
UNIT-2
1. Types of constructors with an example
2. Destructor with an example
3. Method Overloading with an example
4. Operator Overloading with an example
5. Draw a UML Interaction Diagrams (Sequence Diagram / Collaboration
Diagram) any one application ( Some time they will ask this question as a
scenario based Question)
 Banking Management System
 ATM Management System
 Online Ticket Reservation Management System
 Online Credit Card Processing System
 Online Course Reservation System
 Online purchasing System
 Stock management System
 Restaurant Management System
 Library Management System
 Hospital Management System

UNIT-3
1. Multiple Inheritance with an example
2. Multilevel inheritance with an example
3. Hierarchical with an example
4. Hybrid Inheritance with an example
5. Friend function with an example
6. Virtual function with an example
7. Pure Virtual function with an example
8. Abstract class with an example
9. Interface or Pure abstract class with an example
10. Draw UML State Chart Diagram for any one application ( Some time they will
ask this question as a scenario based Question)
 Banking Management System
 ATM Management System
 Online Ticket Reservation Management System
 Online Credit Card Processing System
 Online Course Reservation System
 Online purchasing System
 Stock management System
 Restaurant Management System
 Library Management System
 Hospital Management System
11. Draw UML Activity Diagram for any one application ( Some time they will ask
this question as a scenario based Question)
 Banking Management System
 ATM Management System
 Online Ticket Reservation Management System
 Online Credit Card Processing System
 Online Course Reservation System
 Online purchasing System
 Stock management System
 Restaurant Management System
 Library Management System
 Hospital Management System

Unit-4
1. Function template
2. Class template
3. Exception handling (try, throw, catch and multiple catch)
4. Types of exceptions
5. Package diagram , Component diagram and Deployment diagram for following
applications ( Some time they will ask this question as a scenario based Question)
 Banking Management System
 ATM Management System
 Online Ticket Reservation Management System
 Online Credit Card Processing System
 Online Course Reservation System
 Online purchasing System
 Stock management System
 Restaurant Management System
 Library Management System
 Hospital Management System

UNIT-5

1. Sequence Container: Vector, List, Deque, Array, Stack with an example.


2. Associative Containers: Map, Multimap with an example.
3. Algorithms: find(), count(), sort(), search(), merge(), for_each(), transform() with an
example.

You might also like