STL (140)
OOPS (873)
C++ General (2409)
Is oop better than procedural?
totoo po ba ang manga aliens!
What is c++ hiding?
Explain how a pointer to function can be declared in C++?
Name four predefined macros.
What is a terminating character in c++?
How do you achieve polymorphism?
What Is A Conversion Constructor C++ ?
What is static class data?
What is a manipulator in c++?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What are string library functions(syntax).
Discuss the role of C++ shorthands.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Differentiate between a constructor and a destructor in c++.