-
-
-
-
-
-
-
-
-
-
-
-
-
How to find the size of a class
Size of a class which isclass C{ int i;char c;}int size is 4 and char is 1 but the size of class is coming 8, give the explanation for that?
-
-
-
-
Overloaded but not inherated
In operator overloading Which can be overloaded but cannot be inherated?
-
Print Data from Array Index
How do you print data from an arry index by stating the position as the output in the C program?
-
Empty Class
Why an empty class takes some bytes in memory?
-
Implicit Subtyping
What is Implicit Subtyping?
OOPS Interview Questions
Ans