Answer Posted / vinay singh
the size of class is nothing until it will not create an object. Class is a template so class object size is determined.So here empty class object size is 1 byte and object is created on managed heap.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the various operations performed on stack?
What is the main purpose of overloading operators?
What is overloading unary operator?
What is double in c++?
What is the full form of stl in c++?
Explain what data encapsulation is in c++?
What is #include sstream?
What is c++ coding?
Can I run c program in turbo c++?
What is a local variable?
What is a vector c++?
Write a code/algo to find the frequency of each element in an array?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Is ca high or low level language?