What is features of object-oriented programming language?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is features of object-oriented programming language??

1.Emphasis is on dara rather than procedure 2.New data and functions can be easily added whenever necessary 3.Data is hidden and can not be accessed by external functions 4.objects may communicate with each other through functions 5.programs are divided into what are known as objects

9th Apr 2017, 4:08 AM
prajapati piyush
prajapati piyush - avatar
2 Answers
+ 6
My Pirate Wars code is a decent example of OOP in practice >:D. (If you need an example :P)
9th Apr 2017, 5:09 AM
Rrestoring faith
Rrestoring faith - avatar
+ 1
these are the features introduced in oops Object Class Data Hiding and Encapsulation Dynamic Binding Message Passing Inheritance Polymorphism
9th Apr 2017, 5:14 AM
m8riix
m8riix - avatar