What is Object Oriented programming.what is the difference
between C++ and C?
Answer Posted / jai
C++ is oops becoz data structure is not scattared through
out the program.Data and member fucntion which operates on
data member are bind by a object.The functon which will
modify the particular data members of class are fixed.No
fucntion form outside will change it.In c, datastructure
are scattred through out the program and any fuction can
chnage their value and we have to trac that.In c++,data
member is bound to object and the member fucntion which
will change the data also bind by same object.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What are arrays c++?
If all is successful, what should main return a) 0 b) 1 c) void
What is a virtual destructor? Explain the use of it?
Why do we use setw in c++?
Which bitwise operator is used to check whether a particular bit is on or off?
Why is c++ awesome?
Why we use #include conio h in c++?
How can you specify a class in C++?
What is ctime c++?
What are friend classes? What are advantages of using friend classes?
Is c++ a float?
Difference between pass by value and pass by reference?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What is the insertion operator and what does it do?
Differentiate between C and C++.