Answer Posted / srikanth gunnala
In Object Oriented programming Object is a run time
entity(requirement) that binds the methods and data(this
methods are operated with that binded data)together.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are main features of oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
Can destructor be overloaded?
Why do we need oop?
What is object in oops?
What is constructor in oop?
Write a c++ program to display pass and fail for three student using static member function
What is destructor give example?
What is persistence in oop?
Get me an image implementation program.
Why do we use inheritance?
when to use 'mutable' keyword and when to use 'const cast' in c++
Why multiple inheritance is not possible?
Why do we use class in 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’.