How compiler selects(internally) required overridden
function in inheritance?
Answers were Sorted based on User's Feedback
Answer / deepthi
By using virtual tables,
when Compiler views virtual in a class declaration then for
each class it creats one virtual table
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / deepthi
By using virtual tables,
when Compiler views virtual in a class declaration then for
each class it creats one virtual table
| Is This Answer Correct ? | 2 Yes | 0 No |
What is a class in oop?
Write an operator overloading program to write S3+=S2.
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
In which cases you use override and new base?
what is difference between objects and function
write a program to find 2^n+1 ?
Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
What language is oop?
what is the diffrence between c# and c++
what is oops
Why we are use # in begning of programme of c++.
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.