CSC/ECE 517 Fall 2011/ch1 1h ps: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Common Attribute/Member Syntax'''
<font size=5>Common Attribute/Member Syntax</font><br>
===Team===
1. Smitha Kalkere Sudarshan
2. Pradeep Kumar Ramaswamy


Different object oriented programming languages include different ways of accessing the member variables and methods. This page discusses the various usages and their advantages and disadvantages.


<i> Ting </i>
==Introduction==
<p>The purpose of [http://en.wikipedia.org/wiki/Object-oriented_programming]Object Oriented Programming</p> is to make programs model things the way people think or deal with the world.

Revision as of 20:37, 7 September 2011

Common Attribute/Member Syntax

Different object oriented programming languages include different ways of accessing the member variables and methods. This page discusses the various usages and their advantages and disadvantages.

Introduction

The purpose of [1]Object Oriented Programming

is to make programs model things the way people think or deal with the world.