What is oops language in c++
Answers
Answered by
8
Hey there!
--------
☆ What is Object Oriented Programing (OOP)? ☆
Object oriented programming, or OOP is a software development philosophy based on the following central ideas :
• Encapsulation
• Inheritance
• Information hiding
• Data abstraction, and
• Polymorphism
Object Oriented Programming has revolutionised the very art of practice of writing computer applications. Object is the basic unit of object oriented programming. Designing an object-oriented model involves defining a set of classes. A class is a template from which objects are created. The template, or blueprint, provided by a class specifies a set of data and methods that all objects created according to its specification will contain.
Hence, the object oriented programming approach has the advantage of producing more reliable software for complex and large-scale systems.
☆ Object Oriented Languages ☆
It is well known that Object Oriented Programming provides major advantages in the creation and maintenance of software. These include shorter development time and a high degree of code sharing and flexibility. These advantages make object oriented programming an important technology for building complex software systems now and in the future. A number of languages are claimed to object oriented.
The following are certain well-known Object Oriented Programming languages :
• smalltalk
• Common Lisp Object System (CLOS)
• Object Pascal
• Object C
• C++
• Java
• C#
--------
☆ What is Object Oriented Programing (OOP)? ☆
Object oriented programming, or OOP is a software development philosophy based on the following central ideas :
• Encapsulation
• Inheritance
• Information hiding
• Data abstraction, and
• Polymorphism
Object Oriented Programming has revolutionised the very art of practice of writing computer applications. Object is the basic unit of object oriented programming. Designing an object-oriented model involves defining a set of classes. A class is a template from which objects are created. The template, or blueprint, provided by a class specifies a set of data and methods that all objects created according to its specification will contain.
Hence, the object oriented programming approach has the advantage of producing more reliable software for complex and large-scale systems.
☆ Object Oriented Languages ☆
It is well known that Object Oriented Programming provides major advantages in the creation and maintenance of software. These include shorter development time and a high degree of code sharing and flexibility. These advantages make object oriented programming an important technology for building complex software systems now and in the future. A number of languages are claimed to object oriented.
The following are certain well-known Object Oriented Programming languages :
• smalltalk
• Common Lisp Object System (CLOS)
• Object Pascal
• Object C
• C++
• Java
• C#
S4MAEL:
nice ^_^
Answered by
1
this is the answer to the question
Attachments:
Similar questions