Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

COMSATS UNIVERSITY OF ISLAMABAD,

ATTOCK CAMPUS

OOP ASSIGNMENT

Submitted By:
HURARA AKRAM
Registration no:
FA18-BCS-007
Submitted To:
Umer Zia
Date:
08-05-2019

Department of computer science


COMSATS UNIVERSITY OF ISLAMABD,ATTOCK CAMPUS
Package
testimonials

Class person

Attributes:
Int ask,rating

String feedback,name.

Functions:
introMsg

getAsk,setAsk

getName,setName

getRating,setRating

getfeedback,setfeedback

Flow Diagram of Class

Package : testimonials

class : Person
 Attributes: String ask, int rating, String aboutUs, String feedback, name;
(also contains getter and setter functions. )

Main Class: Testimonials (contains the object of person class and we get the
input from customer and set the value )

You might also like