Purchase Solution

What is so special about OOP

Not what you're looking for?

Ask Custom Question

Can you please help with the following study question? Thanks

What is so special about OOP? Why is it so widely used nowadays? What do you gain and what do you lose when using OOP? Which other programming languages (except for C++) can be assigned to the category of OO languages? Does the development of OOP mean "death" of procedural programming?

Purchase this Solution

Solution Summary

What is so special about OOP? Why is it so widely used nowadays? What do you gain and what do you lose when using OOP? Which other programming languages (except for C++) can be assigned to the category of OO languages? Does the development of OOP mean "death" of procedural programming?

Solution Preview

The most important feature of OOP languages is that they connect very easily to t he problems of day-to-day world, and incorporate the way the human brain thinks. We like to categorize things, pick examples from blueprints that we have made in our minds, keep things compartmentalised (not ...

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

C# variables and classes

This quiz contains questions about C# classes and variables.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

C++ Operators

This quiz tests a student's knowledge about C++ operators.