top of page
Search
Writer's picturePHOENIX __001

||OOPs||{Object Oriented Programing }

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.

30 views1 comment

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 Comment


Dr. Upasana Singh
Dr. Upasana Singh
Aug 13, 2021

Very interesting

Like
Post: Blog2_Post
bottom of page