STL (140)
OOPS (873)
C++ General (2409)
Differences between private, protected and public and give examples.
Define Virtual function in C++.
What do you mean by early binding?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Why are arrays usually processed with for loop?
What is == in programming?
Describe delete operator?
Write a program to reverse a string using recursive function?
What does it mean to declare a member variable as static?
Which should be more useful: the protected and public virtuals?
Differentiate between late binding and early binding.
What is java and c++?
How can a struct in c++ differs from a struct in c?
What is heap sort in c++?
Describe these concepts: Polymorphism, Inheritance and Abstraction.