Definition of Object Oriented Programming in single line?
Answer Posted / veera brahmam m
An Object-oriented programming (OOP) is a programming
language model organized around "objects" rather
than "actions" and data rather than logic. Historically, a
program has been viewed as a logical procedure that takes
input data, processes it, and produces output data.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How many human genes are polymorphic?
Why is abstraction needed?
What is debug class?what is trace class? What differences are between them? With examples.
What is persistence in oop?
What is a class and object?
What is the point of polymorphism?
c++ program to swap the objects of two different classes
How do you define a class in oop?
Which type does string inherit from?
What does and I oop mean?
What is object in oops?
Explain the advantages of inheritance.
What is overriding in oop?
What is stream in oop?
What is encapsulation in simple terms?