⟩ Which datatype is used to represent the absence of parameters? a) int b) short c) void d) float
c) void
c) void
Explain the problem with overriding functions?
What is general form of pure virtual function? Explain?
Tell me what are static member functions?
Can you please explain the difference between static and dynamic binding of functions?
Do you know what are static and dynamic type checking?
What is problem with overriding functions?
Do you know what is overriding?
Explain object slicing in C++?
Give example of a pure virtual function in C++?
Can you please explain the difference between using macro and inline functions?