What is the difference between Class and Structure?
Answer Posted / pratiksha desarda
while creating variables of structure,it is compulsary to
write 'struct' keyword. and for creating object of class,
keyword 'class' is not necessary to write.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Briefly describe a B+ tree. What is bulk loading in it?
What is a set in c++?
Is there finally in c++?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Write a note about the virtual member function?
Can I learn c++ as my first language?
write a function signature with various number of parameters.
Specify different types of decision control statements?
What is the use of setfill in c++?
Explain linear search.
Can we declare a base-class destructor as virtual?
Why #include is used?
What is #include cstdlib in c++?
Should the member functions which are made public in the base class be hidden?
Differentiate between realloc() and free().