UNIVERSITI TEKNIKAL MALAYSIA MELAKA FACULTY INFORMATION TECHNOLOGY AND COMMUNICATION (FTMK) BITE 1513 GAME PROGRAMMING I.

Similar documents
C++ Quick Guide. Advertisements

C++ TEMPLATES. Templates are the foundation of generic programming, which involves writing code in a way that is independent of any particular type.

Inheritance

Government Polytechnic, Muzaffarpur. Name of the Lab: OBJECT ORIENTED PROGRAMMING

Friend Functions, Inheritance

Inheritance, and Polymorphism.

CS OBJECT ORIENTED PROGRAMMING


CS 162, Lecture 25: Exam II Review. 30 May 2018

Polymorphism Part 1 1

A A B U n i v e r s i t y

GE U111 Engineering Problem Solving & Computation Lecture 6 February 2, 2004

OOPS Viva Questions. Object is termed as an instance of a class, and it has its own state, behavior and identity.

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

Object-Oriented Programming (OOP) Fundamental Principles of OOP

Data Structures and Other Objects Using C++

OBJECT ORIENTED PROGRAMMING USING C++ CSCI Object Oriented Analysis and Design By Manali Torpe

CSS 343 Data Structures, Algorithms, and Discrete Math II. Polymorphism. Yusuf Pisan

Data type of a pointer must be same as the data type of the variable to which the pointer variable is pointing. Here are a few examples:

What is Polymorphism? Quotes from Deitel & Deitel s. Why polymorphism? How? How? Polymorphism Part 1

Programming in C++: Assignment Week 6

Course "Data Processing" Name: Master-1: Nuclear Energy Session /2018 Examen - Part A Page 1

STUDY NOTES UNIT 1 - INTRODUCTION TO OBJECT ORIENTED PROGRAMMING

Introduction Of Classes ( OOPS )

I BCS-031 BACHELOR OF COMPUTER APPLICATIONS (BCA) (Revised) Term-End Examination. June, 2015 BCS-031 : PROGRAMMING IN C ++

Paytm Programming Sample paper: 1) A copy constructor is called. a. when an object is returned by value

UNIVERSITI TEKNIKAL MALAYSIA MELAKA FACULTY INFORMATION TECHNOLOGY AND COMMUNICATION (FTMK) BITE 1513 GAME PROGRAMMING I.

Lecture 14: more class, C++ streams

C++ Memory Map. A pointer is a variable that holds a memory address, usually the location of another variable in memory.

Note 12/1/ Review of Inheritance Practice: Please write down 10 most important facts you know about inheritance...

Lab 9 - Classes and Objects Directions

More C++ : Vectors, Classes, Inheritance, Templates

Object Oriented Programming. Assistant Lecture Omar Al Khayat 2 nd Year

Ch02. True/False Indicate whether the statement is true or false.

KLiC C++ Programming. (KLiC Certificate in C++ Programming)

OBJECT ORIENTED PROGRAMMING

CS32 - Week 4. Umut Oztok. Jul 15, Umut Oztok CS32 - Week 4

B.C.A 2017 OBJECT ORIENTED PROGRAMMING USING C++ BCA303T MODULE SPECIFICATION SHEET

More C++ : Vectors, Classes, Inheritance, Templates. with content from cplusplus.com, codeguru.com

CSC1322 Object-Oriented Programming Concepts

Fast Introduction to Object Oriented Programming and C++

Data Structures using OOP C++ Lecture 3

Introduction to C++ Introduction to C++ Dr Alex Martin 2013 Slide 1

Absolute C++ Walter Savitch

Developed By Strawberry

Lab # 02. Basic Elements of C++ _ Part1

7. C++ Class and Object

CS201 - Introduction to Programming Glossary By

Object-Oriented Concept

Programming Language Concepts Object-Oriented Programming. Janyl Jumadinova 28 February, 2017

Developed By Strawberry

Midterm Exam 5 April 20, 2015

C++ Important Questions with Answers

The mechanism that allows us to extend the definition of a class without making any physical changes to the existing class is called inheritance.

Partha Sarathi Mandal

Problem Solving with C++

Programming in C++: Assignment Week 5

RAJIV GANDHI COLLEGE OF ENGINEERING AND TECHNOLOGY DEPARTMENT OF INFORMATION TECHNOLOGY OBJECT ORIENTED PROGRAMMING QUESTION BANK UNIT I 2 MARKS

Instantiation of Template class

Recharge (int, int, int); //constructor declared void disply();

Chapter 15: Inheritance, Polymorphism, and Virtual Functions

CS-202 Introduction to Object Oriented Programming

VARIABLES & ASSIGNMENTS

Short Notes of CS201

AN OVERVIEW OF C++ 1

Object Oriented Design Final Exam (From 3:30 pm to 4:45 pm) Name:

Lecture 13: more class, C++ memory management

OBJ. ORI.& MULT. PROG., M.C.Q. BANK, FOR UNIT -2, SECOND YEAR COMP. ENGG. SEM-4, 2012 PATTERN, U.O.P. UNIT-2

POLYMORPHISM 2 PART. Shared Interface. Discussions. Abstract Base Classes. Abstract Base Classes and Pure Virtual Methods EXAMPLE

POLYMORPHISM 2 PART Abstract Classes Static and Dynamic Casting Common Programming Errors

What are the characteristics of Object Oriented programming language?

OBJECT ORIENTED PROGRAMMING. Ms. Ajeta Nandal C.R.Polytechnic,Rohtak

QUIZ. How could we disable the automatic creation of copyconstructors

Introduction to Classes

System Design and Programming II

VALLIAMMAI ENGINEERING COLLEGE

CHAPTER 4 FUNCTIONS. 4.1 Introduction

Procedural Programming

Midterm Review. PIC 10B Spring 2018

CSCI 102L - Data Structures Midterm Exam #1 Fall 2011

Lecture 5: Inheritance

CSCI 104 Polymorphism. Mark Redekopp David Kempe

CmSc 150 Fundamentals of Computing I. Lesson 28: Introduction to Classes and Objects in Java. 1. Classes and Objects

Polymorphism CSCI 201 Principles of Software Development

Object Oriented Design

15: Polymorphism & Virtual Functions

Modern C++ for Computer Vision and Image Processing. Igor Bogoslavskyi

QUIZ. How could we disable the automatic creation of copyconstructors

COEN244: Class & function templates

Data Structures (INE2011)

VIRTUAL FUNCTIONS Chapter 10

Jayaram college of Engineering and Technology, Pagalavadi. CS2203 Object Oriented Programming Question Bank Prepared By: S.Gopalakrishnan, Lecturer/IT

Before we start - Announcements: There will be a LAB TONIGHT from 5:30 6:30 in CAMP 172. In compensation, no class on Friday, Jan. 31.

Consider the following example where a base class has been derived by other two classes:

Inheritance, Polymorphism, and Interfaces

Polymorphism. Zimmer CSCI 330

Syllabus of C++ Software for Hands-on Learning: This course offers the following modules: Module 1: Getting Started with C++ Programming

Quiz Start Time: 09:34 PM Time Left 82 sec(s)

AN OVERVIEW OF C, PART 3. CSE 130: Introduction to Programming in C Stony Brook University

Faculty of Engineering Computer Engineering Department Islamic University of Gaza C++ Programming Language Lab # 6 Functions

Transcription:

y UNIVERSITI TEKNIKAL MALAYSIA MELAKA FACULTY INFORMATION TECHNOLOGY AND COMMUNICATION (FTMK) BITE 1513 GAME PROGRAMMING I Lab Module 7 CLASSES, INHERITANCE AND POLYMORPHISM Department of Media Interactive By Hamzah Asyrani Sulaiman SEMESTER 1 20142015 1.0 Amplitude Modulation And Demodulation 2.0 Learning Outcomes:

1.0 Title Working with Classes, Inheritance and Polymorphism in C++ 2.0 Learning outcomes After completing this lab, students should be able: 1. Understand how Classes, Inheritance and Polymorphism work 2. Learn how to implement all those technique in programming. 3.0 Software 1. Visual Studio C++/Any C++ Editor with Compiler 2. Word Processing software 4.0 Theory 4.1 Classes The main purpose of C++ programming is to add object orientation to the C programming language and classes are the central feature of C++ that supports object-oriented programming and are often called userdefined types. A class is used to specify the form of an object and it combines data representation and methods for manipulating that data into one neat package. The data and functions within a class are called members of the class. C++ Class Definitions: When you define a class, you define a blueprint for a data type. This doesn't actually define any data, but it does define what the class name means, that is, what an object of the class will consist of and what operations can be performed on such an object. A class definition starts with the keyword class followed by the class name; and the class body, enclosed by a pair of curly braces. A class definition must be followed either by a semicolon or a list of declarations. For example, we defined the Box data type using the keyword class as follows: class Box double length; // Length of a box double breadth; // Breadth of a box double height; // Height of a box ; The keyword public determines the access attributes of the members of the class that follow it. A public member can be accessed from outside the class anywhere within the scope of the class object. You can also specify the members of a class as private or protected which we will discuss in a sub-section.

Define C++ Objects: A class provides the blueprints for objects, so basically an object is created from a class. We declare objects of a class with exactly the same sort of declaration that we declare variables of basic types. Following statements declare two objects of class Box: Box Box1; Box Box2; // Declare Box1 of type Box // Declare Box2 of type Box Both of the objects Box1 and Box2 will have their own copy of data members. Accessing the Data Members: The public data members of objects of a class can be accessed using the direct member access operator (.). Let us try the following example to make the things clear: #include <iostream> using namespace std; class Box double length; // Length of a box double breadth; // Breadth of a box double height; // Height of a box ; int main( ) Box Box1; // Declare Box1 of type Box Box Box2; // Declare Box2 of type Box double volume = 0.0; // Store the volume of a box here // box 1 specification Box1.height = 5.0; Box1.length = 6.0; Box1.breadth = 7.0; // box 2 specification Box2.height = 10.0; Box2.length = 12.0; Box2.breadth = 13.0; // volume of box 1 volume = Box1.height * Box1.length * Box1.breadth; cout << "Volume of Box1 : " << volume <<endl; // volume of box 2 volume = Box2.height * Box2.length * Box2.breadth; cout << "Volume of Box2 : " << volume <<endl; return 0;

When the above code is compiled and executed, it produces the following result: Volume of Box1 : 210 Volume of Box2 : 1560 It is important to note that private and protected members can not be accessed directly using direct member access operator (.). We will learn how private and protected members can be accessed. Classes & Objects in Detail: So far, you have got very basic idea about C++ Classes and Objects. There are further interesting concepts related to C++ Classes and Objects which we will discuss in various sub-sections listed below: Concept Class member functions Class access modifiers Constructor & destructor C++ copy constructor C++ friend functions C++ inline functions The this pointer in C++ Pointer to C++ classes Static members of a class Description A member function of a class is a function that has its definition or its prototype within the class definition like any other variable. A class member can be defined as public, private or protected. By default members would be assumed as private. A class constructor is a special function in a class that is called when a new object of the class is created. A destructor is also a special function which is called when created object is deleted. The copy constructor is a constructor which creates an object by initializing it with an object of the same class, which has been created previously. A friend function is permitted full access to private and protected members of a class. With an inline function, the compiler tries to expand the code in the body of the function in place of a call to the function. Every object has a special pointer this which points to the object itself. A pointer to a class is done exactly the same way a pointer to a structure is. In fact a class is really just a structure with functions in it. Both data members and function members of a class can be declared as static.

4.2 Inheritance One of the most important concepts in object-oriented programming is that of inheritance. Inheritance allows us to define a class in terms of another class, which makes it easier to create and maintain an application. This also provides an opportunity to reuse the code functionality and fast implementation time. When creating a class, instead of writing completely new data members and member functions, the programmer can designate that the new class should inherit the members of an existing class. This existing class is called the base class, and the new class is referred to as the derived class. The idea of inheritance implements the is a relationship. For example, mammal IS-A animal, dog IS-A mammal hence dog IS-A animal as well and so on. Base & Derived Classes: A class can be derived from more than one classes, which means it can inherit data and functions from multiple base classes. To define a derived class, we use a class derivation list to specify the base class(es). A class derivation list names one or more base classes and has the form: class derived-class: access-specifier base-class Where access-specifier is one of public, protected, or private, and base-class is the name of a previously defined class. If the access-specifier is not used, then it is private by default. Consider a base class Shape and its derived class Rectangle as follows: #include <iostream> using namespace std; // Base class class Shape void setwidth(int w) width = w; void setheight(int h) height = h; protected: int width; int height; ; // Derived class class Rectangle: public Shape int getarea() return (width * height); ; int main(void) Rectangle Rect; Rect.setWidth(5); Rect.setHeight(7);

// Print the area of the object. cout << "Total area: " << Rect.getArea() << endl; return 0; When the above code is compiled and executed, it produces the following result: Total area: 35 Access Control and Inheritance: A derived class can access all the non-private members of its base class. Thus base-class members that should not be accessible to the member functions of derived classes should be declared private in the base class. We can summarize the different access types according to who can access them in the following way: Access public protected private Same class yes yes yes Derived classes yes yes no Outside classes yes no no A derived class inherits all base class methods with the following exceptions: Constructors, destructors and copy constructors of the base class. Overloaded operators of the base class. The friend functions of the base class. Type of Inheritance: When deriving a class from a base class, the base class may be inherited through public, protected orprivate inheritance. The type of inheritance is specified by the access-specifier as explained above. We hardly use protected or private inheritance, but public inheritance is commonly used. While using different type of inheritance, following rules are applied: Public Inheritance: When deriving a class from a public base class, public members of the base class become public members of the derived class and protected members of the base class become protected members of the derived class. A base class's private members are never accessible directly from a derived class, but can be accessed through calls to the public andprotected members of the base class. Protected Inheritance: When deriving from a protected base class, public and protectedmembers of the base class become protected members of the derived class. Private Inheritance: When deriving from a private base class, public and protected members of the base class become private members of the derived class.

Multiple Inheritances: A C++ class can inherit members from more than one class and here is the extended syntax: class derived-class: access basea, access baseb... Where access is one of public, protected, or private and would be given for every base class and they will be separated by comma as shown above. Let us try the following example: #include <iostream> using namespace std; // Base class Shape class Shape void setwidth(int w) width = w; void setheight(int h) height = h; protected: int width; int height; ; // Base class PaintCost class PaintCost int getcost(int area) return area * 70; ; // Derived class class Rectangle: public Shape, public PaintCost int getarea() return (width * height); ;

int main(void) Rectangle Rect; int area; Rect.setWidth(5); Rect.setHeight(7); area = Rect.getArea(); // Print the area of the object. cout << "Total area: " << Rect.getArea() << endl; // Print the total cost of painting cout << "Total paint cost: $" << Rect.getCost(area) << endl; return 0; When the above code is compiled and executed, it produces the following result: Total area: 35 Total paint cost: $2450

4.3 Polymorphism The word polymorphism means having many forms. Typically, polymorphism occurs when there is a hierarchy of classes and they are related by inheritance. C++ polymorphism means that a call to a member function will cause a different function to be executed depending on the type of object that invokes the function. Consider the following example where a base class has been derived by other two classes: #include <iostream> using namespace std; class Shape protected: int width, height; Shape( int a=0, int b=0) width = a; height = b; int area() cout << "Parent class area :" <<endl; return 0; ; class Rectangle: public Shape Rectangle( int a=0, int b=0):shape(a, b) int area () cout << "Rectangle class area :" <<endl; return (width * height); ; class Triangle: public Shape Triangle( int a=0, int b=0):shape(a, b) int area () cout << "Triangle class area :" <<endl; return (width * height / 2); ; // Main function for the program int main( ) Shape *shape; Rectangle rec(10,7); Triangle tri(10,5); // store the address of Rectangle shape = &rec; // call rectangle area. shape->area(); // store the address of Triangle shape = &tri; // call triangle area. shape->area(); return 0;

When the above code is compiled and executed, it produces the following result: Parent class area Parent class area The reason for the incorrect output is that the call of the function area() is being set once by the compiler as the version defined in the base class. This is called static resolution of the function call, or static linkage - the function call is fixed before the program is executed. This is also sometimes called early binding because the area() function is set during the compilation of the program. But now, let's make a slight modification in our program and precede the declaration of area() in the Shape class with the keyword virtual so that it looks like this: class Shape protected: int width, height; Shape( int a=0, int b=0) width = a; height = b; virtual int area() cout << "Parent class area :" <<endl; return 0; ; After this slight modification, when the previous example code is compiled and executed, it produces the following result: Rectangle class area Triangle class area This time, the compiler looks at the contents of the pointer instead of it's type. Hence, since addresses of objects of tri and rec classes are stored in *shape the respective area() function is called. As you can see, each of the child classes has a separate implementation for the function area(). This is how polymorphism is generally used. You have different classes with a function of the same name, and even the same parameters, but with different implementations. Virtual Function: A virtual function is a function in a base class that is declared using the keyword virtual. Defining in a base class a virtual function, with another version in a derived class, signals to the compiler that we don't want static linkage for this function. What we do want is the selection of the function to be called at any given point in the program to be based on the kind of object for which it is called. This sort of operation is referred to as dynamic linkage, or late binding.

Pure Virtual Functions: It's possible that you'd want to include a virtual function in a base class so that it may be redefined in a derived class to suit the objects of that class, but that there is no meaningful definition you could give for the function in the base class. We can change the virtual function area() in the base class to the following: class Shape protected: int width, height; Shape( int a=0, int b=0) width = a; height = b; // pure virtual function virtual int area() = 0; ; The = 0 tells the compiler that the function has no body and above virtual function will be called pure virtual function.

5.0 Procedures Simple Game using Functions, References and Pointers The Critter Caretaker game puts the player in charge of his own virtual pet. The player is completely responsible for keeping the critter happy,which is no small task.he can feed and play with the critter to keep it in a good mood. He can also listen to the critter to learn how the critter is feeling, which can range from happy to mad. FIGURE 1 below shows the game output. FIGURE 1 Based on the FIGURE 3, write each function based on criteria set up for the Critter Caretaker based on the given class declaration and main function below.

#include<iostream> #include <conio.h> #include <string> using namespace std; class Critter Critter(int hunger = 0, int boredom = 0); void Talk(); void Eat(int food = 4); void Play(int fun = 4); private: int m_hunger; int m_boredom; int GetMood() const; void PassTime(int time = 1); ; int main() Critter crit; crit.talk(); int choice; do cout << "\ncritter Caretaker\n\n"; cout << "0 - Quit\n"; cout << "1 - Listen to your critter\n"; cout << "2 - Feed your critter\n"; cout << "3 - Play with your critter\n\n"; cout << "Choice: "; cin >> choice; switch (choice) case 0: cout << "Good - bye.\n"; break; case 1: crit.talk(); break; case 2: crit.eat(); break; case 3: crit.play(); break; default: cout << "\nsorry, but " << choice << " isn t a valid choice.\n"; while (choice!= 0); getch();

a) Create a constructor takes two arguments, hunger and boredom. Which default value of zero, and use hunger to initialize m_hunger and boredom to initialize m_boredom. b) Create an inline private member function that calculates a critter s mood on the fly, based on its current hunger and boredom levels. The return value of this inlined member function represents a critter s mood. As the sum of a critter s hunger and boredom levels, a critter s mood gets worse as the number increases. This member function is a private because it should only be invoked by another member function of the class. It is also a constant since it won t result in any changes to data members. c) PassTime() is a private member function that increases a critter s hunger and boredom levels. It s invoked at the end of each member function where the critter does something (eats, plays, or talks) to simulate the passage of time. I made this member function private because it should only be invoked by another member function of the class. d) The Talk() member function announces the critter s mood, which can be happy, okay, frustrated, or mad. Talk() calls GetMood() and, based on the return value, displays the appropriate message to indicate the critter s mood. Finally, Talk() calls PassTime() to simulate the passage of time. Put the following mood if statement below inside this function. if (mood > 15) cout << "mad.\n"; else if (mood > 10) cout << "frustrated.\n"; else if (mood > 5) else cout << "okay.\n"; cout << "happy.\n"; e) Eat() reduces a critter s hunger level by the amount passed to the parameter food. If no value is passed, food gets the default argument value of 4. The critter s hunger level is kept in check and is not allowed to go below zero. Finally, PassTime() is called to simulate the passage of time. f) Play() reduces a critter s boredom level by the amount passed to the parameter fun. If no value is passed, fun gets the default argument value of 4. The critter s boredom level is kept in check and is not allowed to go below zero. Finally, PassTime() is called to simulate the passage of time.

6.0 Discussion/Questions/Reports/Exercises Based on the procedures in Section 5.0, write the code with your C++ Editor (Visual C++) and get an output. Send all the answers on section 5.0 to my email address. a. Put a front cover (any as long containing your team members name, matric ID, and email addresses) b. Send through email at h.a.sulaiman@ieee.org (ONLY TO THIS EMAIL) under a Subject: [BITE 1513 Game Programming] Lab Module 7. c. Deadline is before 12 th December 2014 (Friday) at 10.00 am