Do you know what are pure virtual functions?
No Answer is Posted For this Question
Be the First to Post Answer
What is a reference in C++?
What is the basic of c++?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What compiler was used?
Why we use #include iostream in c++?
Tell me difference between constant pointer and pointer to a constant.
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
How do c++ struct differs from the c++ class?
What is the exit function in c++?
Out of fgets() and gets() which function is safe to use?
What is namespace & why it is used in c++?