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


Please Help Members By Posting Answers For Below Questions

What will happen if a pointer is deleted twice?

930


Can you Mention some Application of C/C++?

811


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

3451


Please explain class & object in c++?

773


Is c++ a good beginners programming language?

775


Write a program which uses Command Line Arguments

842


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

821


Can we define function inside main in c++?

761


Is it possible to get the source code back from binary file?

983


Is map thread safe c++?

848


Explain the difference between abstract class and interface in c++?

732


How are Structure passing and returning implemented by the compiler?

828


the first character in the variable name must be an a) special symbol b) number c) alphabet

826


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 .

910


How did c++ start?

820