Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what are the characteristics of oops?

Answer Posted / fahad shaikh

#Characteristics of OOPs

1. Objects.
2. Classes.
3. Data Abstraction.
4. Data Encapsulation.
5. Inheritance.
6. Polymorphism.
7. Dynamic Binding.
8. Operator Overloading & Function Overloading.

Is This Answer Correct ?    9 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the two different types of polymorphism?

1200


write a C++ program for booking using constructor and destructor.

2595


What is the main purpose of inheritance law?

1251


What are main features of oop?

1186


Can a destructor be called directly?

1140


What is encapsulation in simple terms?

1101


What is polymorphism and its types?

1132


Why is polymorphism needed?

1129


What is inheritance write a program to show use of inheritance?

1208


Is abstract thinking intelligence?

1112


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

1428


How do you achieve polymorphism?

1137


What is the oops and benefits of oops programming?

1034


What is interface? When and where is it used?

2211


What is the difference between a mixin and inheritance?

1042