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
What will happen if a pointer is deleted twice?
Can you Mention some Application of C/C++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Please explain class & object in c++?
Is c++ a good beginners programming language?
Write a program which uses Command Line Arguments
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
Can we define function inside main in c++?
Is it possible to get the source code back from binary file?
Is map thread safe c++?
Explain the difference between abstract class and interface in c++?
How are Structure passing and returning implemented by the compiler?
the first character in the variable name must be an a) special symbol b) number c) alphabet
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
How did c++ start?