STL (140)
OOPS (873)
C++ General (2409) 1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage
2 4998I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
3 6437WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
11 16538sir i want to study the c++ course but ino what is the qualification and the study methode please reply more details in c++
NIIT,
1 3603
How many types of scopes are there in c++?
Define copy constructor.
What is the use of string in c++?
Ask to write virtual base class code?
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
Explain about Garbage Collector?
What are the 3 principles of oop?
What is a wchar_t in c++?
What is polymorphism what are the different types of polymorphism?
What is general form of pure virtual function? Explain?
Can a constructor return a value?
What is function declaration in c++ with example?
What are the three main types of variables?
What is an adaptor class in c++?
What is c++ mutable?