Objects Properties Data Type: ND ST

You might also like

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

Name: Mirza Mohibul Hasan

ID: 190119
2nd Year 1st Semester
Session: 2019-20
Department of Computer Science and Engineering
Jashore University of Science and Technology

Course Code: CSE-2103


Course Title: Object Oriented Programming

Objects Properties Data Type


Book Name, Color, Author, Number String:Name, Color, Author
of Page, Price, Used book Integer: Number of pages
Float: Price
Boolean: Used book
Phone Brand, Model, Price, Display String: Brand, Model
size, Phone is off Float: Price, Display size
Boolean: Phone is off
Pen Brand, Name, Color, Price String: Brand, Name, Color
Float: Price

Laptop Brand, Model, Price, Screen String: Brand, Model


size, Number of keys, Touch Float: Price, Screen size
Screen Integer: Number of Keys
Boolean: Touch screen
Adapter Brand, Model, Power, Wire String: Brand, Model
length, Price, Plugged in Float: Price, Power, Wire
length
Boolean: Plugged in
Mouse Brand, Model, Number of String: Brand, Model
keys, Is RGB, Price Float: Price
Integer: Number of Keys
Boolean: Is RGB

Keyboard Brand, Model, Wireless, String: Brand, Model


Number of keys, Price, TKL Float: Price
Integer: Number of Keys
Boolean: Wireless, TKL
Earphone Brand, Model, Color, Price, String: Brand, Model, Color
Over ear, Wire length Float: Price, Wire Length
Boolean: Over ear

Table Material, Height, Width, Price, String: Material


Number of Legs Float: Price, Height, Width
Integer: Number of Legs
Chair Material, Height, Width, Price, String: Material
Number of legs, Black Color Float: Price, Height, Width
Integer: Number of Legs
Boolean: Black Color
Light Type, Brand, Color, Light is String: Type, Brand, Color
on, Price, Power Float: Price, Power
Boolean: Light is on
Scale Brand, Material, Size, Is String: Brand, Material
Transparent, Price Float: Price, Size
Boolean: Is transparent
Bed Material, Height, Width, Price, String: Material
Number of legs, Broken Float: Price, Height, Width
Integer: Number of Legs
Boolean: Broken
Fan Brand, Material, Model, String: Brand, Material,
Number of blades, Fan is Model
moving, Price, Blade length Float: Price, Blade length
Integer: Number of Blades
Boolean: Fan is moving
Window Material, Height, Width, Price, String: Material
Window is s closed Float: Price, Height, Width
Boolean: Window is Closed

Door Material, Height, Width, String: Material


Window is open, Price Float: Price, Height, Width
Boolean: Window is open
Bottle Brand, Model, Material, String: Brand, Model,
Capacity, Price, Cap is open Material
Float: Price, Capacity
Boolean: Cap is Open

You might also like