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?
No Answer is Posted For this Question
Be the First to Post Answer
why oops need in programming
Why is abstraction needed?
what is the difference between ERROR and EXCEPTION?
what is object oriented programming and procedure oriented programming?
What makes a language oop?
What is oops and why we use oops?
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 the real time example of inheritance?
what is the function of 'this' operator ?
what is mean by design pattern
what is the use of classes in c++;
How is data security provided in Object Oriented languages? ?