Answer Posted / prakash
object oriented programming system or sw is nothing but it
is one of the programming paradigm in which a problem can
be treated as a collection of objects and these objects are
representing problems and/or sub-problems. And these
objects are communicating among them to solve the given
task.
thank you
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
In c++, what is the difference between method overloading and method overriding?
Why should we use null or zero in a program?
What are the two main components of c++?
what does the following statement mean? int (*a)[4]
What is c++ coding?
What is different in C++, compare with unix?
What do you mean by function pointer?
How do you flush a buffer in c++?
What are c++ files?
What do you mean by delegate? Can a user retain delegates?
What is a tuple c++?
Is c++ primer good for beginners?
Why is c++ a mid-level programming language?
Which format specifier is used for printing a pointer value?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101