top of page
Search

||OOPs||{Object Oriented Programing }

  • Writer: PHOENIX __001
    PHOENIX __001
  • Aug 12, 2021
  • 1 min read

Object-oriented programming (OOP) is a fundamental programming paradigm.



Object Oriented programming (OOP) is a programming paradigm that relies on the concept of classes and objects. It is used to structure a software program into simple, reusable pieces of code blueprints (usually called classes), which are used to create individual instances of objects.


A class is an abstract blueprint used to create more specific, concrete objects.

Class templates are used as a blueprint to create individual objects.


Benefits of OOP

  • OOP models complex things as reproducible, simple structures

  • Reusable, OOP objects can be used across programs

  • Easier to debug, classes often contain all applicable information to them

  • Secure, protects information through encapsulation



HISTORY

Terminology invoking "objects" and "oriented" in the modern sense of object-oriented programming made its first appearance at MIT in the late 1950s and early 1960s.


Object-Oriented Programming or OOPs refers to languages that uses objects in programming. Object-oriented programming aims to implement real-world entities like inheritance, hiding, polymorphism etc in programming.




The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.

 
 
 

Recent Posts

See All
Fyvc

Cgv D D C S GhsjqbdkabxjabxkAjsdbjaa H J U Thkdoskwjskaoejgjsjg S H S J Y4loawjwiifhsakkd

 
 
 
Hhh

V gh j F D D H A X HjddkdjajdbandjDqiabfhiajjaishhsiajzha Y E I O A S F

 
 
 

1 comentario


Dr. Upasana Singh
Dr. Upasana Singh
13 ago 2021

Very interesting

Me gusta
Post: Blog2_Post

Subscribe Form

Thanks for submitting!

©2021 by BRAINIAC. Proudly created with Wix.com

bottom of page