Which should be more useful: the protected and public virtuals?
No Answer is Posted For this Question
Be the First to Post Answer
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
write a C++ programming :if the no is between 32 to 50 it will be odd.
What are the types of STL containers?
Explain the difference between 'operator new' and the 'new' operator?
Explain what is polymorphism in c++?
Can you use the function fprintf() to display the output on the screen?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Why c++ is better than c language?
What is the difference between passing by reference and passing a reference?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
Copy Linked List using recursive function?
What is the difference between const and constexpr?