Which of the following are an advantage of OOP-04106
Which of the following are an advantage of OOP?
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Mid Term - Quiz No.2.
Which of the following are an advantage of OOP?
OOP makes it easy to re-use the code.
It provides an ability to create one user defined data type by extending the other.
It provides the facility of defining Abstract data types through which real world entities can be defined better.
All of the given options