![]() Related Questions How to pass two arguments to a function prompted to by function pointer
A. g -> (1,2)
B. *g(1,2)
C. (*g)(1,2)
D. g(1,2)
C
Tags : Pointer Encapsulation
A. Aggregation of member objects
B. Aggregation of member functions
C. Used to incorporate data hiding
C
Latest Answer : member functions declared as "virtual", can be over-ridden in the derived class.non-virtual members are reolved at compile time,or static binding.virtual functions are resolved at run-time,or dynamic binding. ...
constructor cannot return value
Latest Answer : Function is a block of code, it can return a value.Constructor can't return a value. ... Difference between virtual memory and swapping
A. virtual memory used to store a part of process in memory whereas swapping can either put in entire process memory or out
B. swapping used to store part of a process
C. Both are same
D. Both are different concepts used to resolve different problems
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||