what is the difference between class and structure in C++?
Answer Posted / murali
A class is inhertied to onther class but structure we
cannot inhertied
| Is This Answer Correct ? | 18 Yes | 8 No |
Post New Answer View All Answers
What is object and class in oops?
What is constructor in oop?
any one please tell me the purpose of operator overloading
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 difference between encapsulation and polymorphism?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Which method cannot be overridden?
What is the point of polymorphism?
What does it mean when someone says I oop?
Which language is pure oop?
What is solid in oops?
What is multilevel inheritance?
What is polymorphism used for?
What are the features of oop?
What is new keyword in oops?