Definition of Object Oriented Programming in single line?
Answer Posted / sureshk_ap
OOP is a programming technique in which focuses on objects
to get the real world applications.
| Is This Answer Correct ? | 49 Yes | 18 No |
Post New Answer View All Answers
What is oops?what is its use in software engineering?
Which is not an object oriented programming language?
What is static modifier?
What language is oop?
write a program to find 2^n+1 ?
What is oops concept with example?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Write a program to sort the number with different sorts in one program ??
What are the features of oop?
How is polymorphism achieved?
What is basic concept of oop?
Write a c++ program to display pass and fail for three student using static member function
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
How do you define a class in oop?