What is the difference between class and structure?
Answer Posted / guest
structure is a value type class is reference type,
struct Memory will be on stack and class Memory stored on
Heap,
struct not suports inheritance and class can?
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
Can we have inheritance without polymorphism?
What are the two different types of polymorphism?
Which method cannot be overridden?
What does <> mean pseudocode?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Why is object oriented programming so hard?
What is encapsulation process?
What polymorphism means?
What is balance factor?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is the difference between a constructor and a destructor?
class type to basic type conversion
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Prepare me a program for the animation of train
• What are the desirable attributes for memory managment?