Answer Posted / asdf
According to the standard C++03, all classes "shall have
nonzero size."
1 byte is the most common implementation but it is left up
to the vendor.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
What is static modifier?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
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?
Which language is pure oop?
What is polymorphism programming?
Can a varargs method be overloaded?
What is methods in oop?
What is overriding in oop?
What is the purpose of polymorphism?
What does <> mean pseudocode?
What is the fundamental idea of oop?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
How do you achieve polymorphism?
What is this pointer in oop?