Answer Posted / neeraj bhat
Bjarne Stroustrup
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is overriding in oops?
What is polymorphism what are the different types of polymorphism?
Write a program to reverse a string using recursive function?
what type of question are asked in thoughtworks pair programming round ?
What is difference between oop and pop?
Why do we use class?
What is abstraction encapsulation?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is the significance of classes in oop?
What is the problem with multiple inheritance?
write a programe to calculate the simple intrest and compund intrest using by function overlading
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is encapsulation oop?
How to use CMutex, CSemaphore in VC++ MFC
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.