what is the size of an empty class
Answers were Sorted based on User's Feedback
Answer / rams
no spece because that is empty that's why garbage collector
will catch
| Is This Answer Correct ? | 5 Yes | 12 No |
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
what is the difference between class and object?
Name an advantage of linked list over array?
What is memory leak and memory corruption?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile
Whats is abstraction in oops?
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
what is difference between thread and programme.
what is object oriented programming and procedure oriented programming?
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
How do you explain polymorphism?