MASIGNASUKAv102
6510051498749449419

Oops Concept | It's Principles - Learn With AVRK

Add Comments
Sunday, July 25, 2021

Oops Concept 

Oops stands for 'Object Oriented Programming' which is used to structure a software program into a small reusable pieces of code. Oops is about creating objects that contain both data and functions.

This concept says that the codes which are similar in an application, placed at a single block of code and reuse it instead of writing again n again.


Loading...

Some Principles of Oops

1. Inheritance

It is a mechanism in which Child Class acquires all the properties and behaviors of a Parent Class is known as inheritance.

2. Encapsulation

Encapsulation is used to bind all the data or important information inside a single object class to preventing unauthorized access of data. 

3. Data Abstraction

Abstraction means hiding internal details and exposing only selected information to the outside world.

4. Polymorphism

Polymorphism refers to the ability of making more then one functions with the same name Performing different task.

Also read : What is comment in Programming Language ? - Learn with AVRK

Learn With AVRK

Learn With AVRK