What is Object Oriented programming.what is the difference
between C++ and C?
Answer Posted / kalpana
object oriented programming (oop eg c++)is based on
object;whereas procedure oriented programming <pop eg c) is
a structured programming.pop concentrates more on functions
where as in oop more attention is given to the data rather
than functions.oop deals with realworld problems where as
pop doesnot model the realworld problems.
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
I want to write a C++ language program that: 1. 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. The program should work for squares of all side sizes between 1 and 20.
What does namespace mean in c++?
what are the iterator and generic algorithms.
Does improper inheritance have a potential to wreck a project?
What are the extraction and insertion operators in c++? Explain with examples.
What do you understand by pure virtual function? Write about its use?
How is objective c different from c++?
What is the default width for ouputting a long integer using the insertion operator?
What are the main features of c++?
How many different levels of pointers are there?
What are vtable and vptr?
What is namespace std; and what is consists of?
What is the full form of c++?
What is singleton class in c++?
What is the difference between global int and static int declaration?