what isthe difference between c structure and c++ class
Answer Posted / a.sivasakthi
c structure are only define the data and data types
C++ class are define the data and solve the function the
both process are solved to the c++ class
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
what is graphics
What does and I oop mean?
What are the important components of cohesion?
What is the renewal class?
what are the ways in which a constructors can be called?
What is polymorphism what is it for and how is it used?
What is the advantage of oop over procedural language?
Why we use classes in oop?
What are constructors in oop?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
How do you achieve runtime polymorphism?
How to call a non virtual function in the derived class by using base class pointer
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is encapsulation oop?
What are properties in oop?