Answer Posted / lilly
Oops is a object oriented programming language. The whole
program structure is depended on the real world entity
called object. It has many features like inheritance,
polymorphism, data binding, abstraction , encapsulation
etc. It is very convinient to write programs in oops
compared to non-oops. whole program is oriented by the
object. There is nothing to do with the program without
object in object oriented programming. As the objects plays
main role and controls overall program, Hence the name
oops.
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
Which language is not a true object oriented programming language?
What is for loop and its syntax?
What are the benefits of oop?
What is a class oop?
Why is polymorphism used?
How to call a non virtual function in the derived class by using base class pointer
What are the two different types of polymorphism?
write a program that takes input in digits and display the result in words from 1 to 1000
What is oops?what is its use in software engineering?
What is encapsulation in simple terms?
write string class as your own class in java without using any built-in function
What is polymorphism oop?
What is polymorphism what are the different types of polymorphism?
What is a class in oop?
What is the difference between inheritance and polymorphism?