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
How do you achieve runtime polymorphism?
What is polymorphism and types?
State what is encapsulation and friend function?
What are classes oop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Which is not an object oriented programming language?
What is the purpose of polymorphism?
What are the advantages of polymorphism?
What is polymorphism what are the different types of polymorphism?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is byval and byref? What are differences between them?
How is polymorphism achieved?
Why it is called runtime polymorphism?
What is a function in oop?
What is object in oops?