What is object in oop with example?
Why do while loop is used?
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 polymorphism what is it for and how is it used?
Is enum a class?
What is the difference between static polymorphism and dynamic polymorphism?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Write a program to reverse a string using recursive function?
What is the highest level of cohesion?
Why is there no multiple inheritance?
What is abstraction in oop?
which feature are not hold visual basic of oop?
Is data hiding and abstraction same?
What is destructor give example?
Write a c++ program to display pass and fail for three student using static member function