Computer Applications
What is object oriented programming? Name two object oriented programming languages.
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.
Related Questions
Fill in the blanks:
_________ confirms the security of data members from being manipulated from any unauthorised 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.