Definition of Object Oriented Programming in single line?
Answer Posted / bhuvana
OOP Provides a way of Modularizing Programs by creating
memory area for both data and function that can be used as
templetes for creating copies of such modules on demand.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the two different types of polymorphism?
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).
How do you explain polymorphism?
What is the difference between procedural programming and oops?
What is polymorphism in oop example?
What is polymorphism in oops with example?
Why is static class not inherited?
What is a function in oop?
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.
What is oops with example?
What are the components of marker interface?
Why do we use class in oops?
Which method cannot be overridden?
What is the real time example of encapsulation?
What are the benefits of polymorphism?