Ask to write virtual base class code?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by late binding?
What is vectorial capacity?
What is main function in c++ with example?
What are function poinetrs? where are they used?
Is rust better than c++?
How to declare an array of pointers to integer?
What are the different types of polymorphism?
What is setfill c++?
When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
How many bit combinations are there in a byte?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c