Do you know what are pure virtual functions?
Can we define a constructor as virtual in c++?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Explain function overloading and operator overloading.
Name four predefined macros.
What is the best book for c++ beginners?
What is difference between c++ 11 and c++ 14?
Is arr and &arr are same expression for an array?
Eplain extern keyword?
Explain polymorphism?
What does extern mean in a function declaration in c++?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is the insertion operator and what does it do?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is a Default constructor?