Definition of Object Oriented Programming in single line?

Answer Posted / sidhi.r

Object oriented programming is a programming paradigm which
uses objects and its interactions to design applications
and computer programs.

Is This Answer Correct ?    163 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is oop useful?

600


What is difference between inheritance and polymorphism?

568


Which method cannot be overridden?

576


What is overloading in oops?

596


Why is destructor used?

581






State what is encapsulation and friend function?

695


What is meant by multiple inheritance?

736


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6143


Who invented oop?

651


What are the benefits of interface?

577


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

942


What is an advantage of polymorphism?

589


Is enum a class?

602


What are the 3 pillars of oop?

611


What is meant by oops concept?

608