Computer Applications
What is object oriented programming? Name two object oriented programming languages.
OOP Intro Java
205 Likes
Answer
Object Oriented Programming is an approach in which stress is laid on data rather than functions. The data values remain associated with the functions of a particular block of the program so as to encourage data security. Two Object Oriented Programming languages are C++ and Java.
Answered By
116 Likes
Related Questions
Fill in the blanks:
_________ confirms the security of data members from being manipulated from unauthorized access.
Fill in the blanks:
In encapsulation, data can be _________ or _________ whereas, in data hiding, data must be _________ only.
Name four basic principles of object oriented programming.
Why do we prefer object oriented approach in complex programming? Explain.