Oop Lab Assignment PDF
Oop Lab Assignment PDF
ATTOCK CAMPUS
OOP ASSIGNMENT
Submitted By:
HURARA AKRAM
Registration no:
FA18-BCS-007
Submitted To:
Umer Zia
Date:
08-05-2019
Class person
Attributes:
Int ask,rating
String feedback,name.
Functions:
introMsg
getAsk,setAsk
getName,setName
getRating,setRating
getfeedback,setfeedback
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 )