Purchase Solution

A basic overview of object oriented design

Not what you're looking for?

Ask Custom Question

Explain the concept of object orientation and Universal Modeling Language (UML) as used in computer programming.

How do programmers use class, attributes, and methods in computer programming to solve problems?

Give an example of using classes, attributes, and methods to develop a program to track attendance in multiple classes at school.

Purchase this Solution

Solution Summary

This solution provides a very basic definition of object oriented programming as well as how classes, methods, and attributes relate to object oriented programming. An example is provided that shows how these concepts are used to design a solution to the problem of tracking classroom attendance.

Solution Preview

Object oriented programming is a programming paradigm based on viewing a problem and solution as a collection of objects and the interaction between the objects. This is opposed to another common paradigm called procedural programming in which problems and solutions are viewed as a sequence of instructions. UML is a graphical language used to described objects, the relationships between objects, and how they interact with each other.

Programmers use classes, attributes and methods while creating a solution for the problem they are trying to solve. A ...

Purchase this Solution


Free BrainMass Quizzes
C# variables and classes

This quiz contains questions about C# classes and variables.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.

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.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.