OOPs CONCEPT

                                                                 

                                                       College of Engineering Roorkee


What is OOP?

OOP stands for Object-Oriented Programming.

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. There are many object-oriented programming languages including JavaScript, C++, Java, Python.


Feature of OOPs
                                                         

Advantages Of OOP :-

Object-oriented programming has several advantages over procedural programming:

  • OOP is faster and easier to execute
  • OOP provides a clear structure for the programs
  • OOP helps to keep the C++ code DRY "Don't Repeat Yourself", and makes the code easier to maintain, modify and debug
  • OOP makes it possible to create full reusable applications with less code and shorter development time

Comments

Popular posts from this blog

KEYS IN RDBMS (PRIMARY KEY, SUPER KEY, CANDIDATE KEY)

BEST LAPTOP 2021 | TOP BEST LAPTOP | Apple MacBook M1-13-inch | Apple MacBook Pro -16-inch | Dell Inspiron 3505 | HP 15s 6405u

3RD AND BC NORMAL FORM IN DBMS (3rd NF and BCNF)