Chapter 6.0

3
CLASS AND OBJECT Chapter 6:

Transcript of Chapter 6.0

Page 1: Chapter 6.0

CLASS AND OBJECT

Chapter 6:

Page 2: Chapter 6.0

Contents

Describing Object Oriented Programming

characteristics

Defining Object, Class, Attributes & Methods

Creating objects from predefined class

Defining and creating user-defined class

Defining Methods & Constructors

Defining Instantiable Classes

Page 3: Chapter 6.0

Learning Goals

become familiar with the concept of

a class

an object that instantiates the class

learn how to

define classes

define and use methods

create objects

use parameters in methods