0% found this document useful (0 votes)
103 views2 pages

DFT4024 Object Oriented Programming: Lab Exercise 3

This document contains information for a lab exercise assignment. It includes the student's name, registration number, class, semester, department and course details. The assignment requires the student to work on object-oriented programming lab exercise 3, focusing on creating classes for integers and floats, with addition and subtraction methods for each type of number.

Uploaded by

Syaf Farhana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views2 pages

DFT4024 Object Oriented Programming: Lab Exercise 3

This document contains information for a lab exercise assignment. It includes the student's name, registration number, class, semester, department and course details. The assignment requires the student to work on object-oriented programming lab exercise 3, focusing on creating classes for integers and floats, with addition and subtraction methods for each type of number.

Uploaded by

Syaf Farhana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

POLITEKNIK UNGKU OMAR

DEPARTMENT OF INFORMATION TECHNOLOGY &


COMMUNICATION
SEMESTER: JUNE 2017

DFT4024
OBJECT ORIENTED
PROGRAMMING
LAB EXERCISE 3

NAME: SITI AISHAH BINTI MUSTAFFA

REG. NUMBER: 01DIS16F1011

CLASS: DIS3A

LECTURERS NAME :
PUAN ZALINDA BT IBRAHIM
TypeOfNumber
+ addition() : void
+ subtraction() : void

Integers Floats
a : int s : int
b : int t : int
c : int u : int
+ addition() : void + addition() : void
+ subtraction() : void + subtraction() : void

You might also like