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
What is polymorphism and its type in c++?
What are the data types in c++?
What is function prototyping? What are its advantages?
Which programming language is best to learn first?
When can I use a forward declaration?
What are register variables?
What is a container class?
What is protected inheritance?
Name the operators that cannot be overloaded in C++?
What is constructor in C++?
Does c++ have foreach?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Is linux written in c or c++?
Why do we use classes in c++?
What are pointer-to-members? Explain.