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
What is difference between oop and pop?
Can you explain polymorphism?
What is the difference between procedural programming and oops?
How to use CMutex, CSemaphore in VC++ MFC
what are the realtime excercises in C++?
class type to basic type conversion
Which language is not a true object oriented programming language?
What is class and example?
What is a class in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
i got a backdoor offer in process global,Bangalore..Can i work with it?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What are the three main types of variables?
Why is static class not inherited?
What is cohesion in oop?