what isthe difference between c structure and c++ class
Answers were Sorted based on User's Feedback
Answer / harshad khedekar
c does not allow struct data type to be treated like built-in datatype also it does not supports data hiding concept.in c++ instead of struct we have class which overcomes all the above limitations.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / jeremiah
The default scope of a C struct is public, whearas the
default scope of a C++ class is private.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / amarnath
Construtor is not in c strut and present in c++ class
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / 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 |
What does and I oop mean?
how to get the oracle certification? send me the answer
What is overloading in oops?
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What are the benefits of oop?
What is polymorphism in oops with example?
to find out the minimum of two integer number of two different classes using friend function
what is the use of classes in c++;
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++
What is overriding in oops?
How to call a non virtual function in the derived class by using base class pointer