CS8392 OOPS 2marks 16marks, Object Oriented Programming Question Bank, OOPS Short Answers

0

CS8392 OOPS 2marks

Anna University Regulation 2017 IT CS8392 OOPS 2marks & 16marks for all 5 units are provided below. CS8392 OOPS Short answers, Question Bank for Object Oriented Programming Engineering are listed down for students to make perfect utilization and score maximum marks with our study materials.

CS8392 OBJECT ORIENTED PROGRAMMING ENGINEERING QUESTION BANK UNIT-I 2-marks

1. What are the OOP Principles?

The principles of object-oriented programming is Class inheritance , interface implementation, abstraction of data and behavior, encapsulation of data and class implementation, polymorphism and virtual methods.

2 What are the four cornerstones of OOP?

Abstraction: Can manage complexity through abstraction. Gives the complete overview of a particular task and the details are handled by its derived classes. Example : Car.

Encapsulation: Nothing but data hiding, like the variables declared under private of a particular class is accessed only in that class and cannot access in any other the class.

Inheritance: Is the process in which one object acquires the properties of another object, ie., derived object.

Polymorphism: One method different forms, ie., method overriding and interfaces are the examples of polymorphism.

3 What are the features of Object Oriented Programming?

 Emphasis is on data rather than procedure.

 Programs are divided into objects.

 Data structures are designed such that they characterize the objects.

 Functions that operate on the data of an object are tied together.

 Data is hidden and cannot be accessed by external functions.

 Objects may communicate with each other through functions.

 New data and functions can easily be added whenever necessary.

 Follows bottom-up approach.

CS8392 OOPS All Units 2marks & 16marks – Download Here

If you require any other notes/study materials, you can comment in the below section.

Related Links

For CS8392 OOPS Previous Year Question Papers – Click here

For CS8392 OOPS Important Questions/Answer Key – Click here

For CS8392 OOPS Lecture Handwritten Notes – Click here

Search Terms

CS8392 OOPS 2marks

Anna University 3rd SEM IT OOPS 2marks 16 marks

CS8392 Object Oriented Programming Engineering question bank free download

Anna University IT OOPS short answers Regulation 2017

CS8392 2marks, OOPS Unit wise short answers – IT 3rd SEMester

Share.

Comments are closed.