Definition of Object Oriented Programming in single line?
Answer Posted / jilender singh
oops is a programing concept which support four basic
concept 1.abstraction 2. encapsulation 3.polymorphism and
fourth is inheritence.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is abstraction in oop with example?
What is an advantage of polymorphism?
How oops is better than procedural?
What are properties in oop?
What is the significance of classes in oop?
What is static modifier?
What is object and example?
How do you use inheritance in unity?
What is the highest level of cohesion?
what type of question are asked in thoughtworks pair programming round ?
What makes a language oop?
What is the difference between static polymorphism and dynamic polymorphism?
Where is pseudocode used?
What is the purpose of enum?
How can you overcome the diamond problem in inheritance?