Iam doing my project on instant messaging , if you any new
ideas regarding this project ,please suggest it?
Answer Posted / mohamed ferouze deen
Plan pannama edayum seiiya koodadu (\nothing should be done without planning)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the drawback of classical methods in oops?
What is stream in oop?
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?
Can enum be null?
What is a class oop?
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’.
Can you inherit a private class?
what is graphics
What is difference between polymorphism and inheritance?
Can a destructor be called directly?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is overriding vs overloading?
What is balance factor?
Why do while loop is used?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.