what is oops

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


Please Help Members By Posting Answers For Below Questions

can we make game by using c

3409


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

1826


What is an advantage of polymorphism?

584


What is abstraction with example?

594


c++ program to swap the objects of two different classes

1752






Can you name some types of inheritance?

631


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1645


What is the types of inheritance?

592


Which method cannot be overridden?

570


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1628


What is polymorphism explain?

675


How do you define a class in oop?

616


What is interface in oop?

652


What is the diamond problem in inheritance?

568


What is object in oops?

606