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
What does <> mean pseudocode?
What is the example of polymorphism?
Why do we use inheritance?
How do you achieve runtime polymorphism?
What is data binding in oops?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is the renewal class?
Write a program to reverse a string using recursive function?
Can we override main method?
What is stream in oop?
What is persistence in oop?
what are the different types of qualifier in java?
What is polymorphism programming?
what is the drawback of classical methods in oops?
class type to basic type conversion