Question
Develop a complete project using Object-Oriented Programming concept that includes:- (c languange) i. Creating Multiple Java Classes ii. Applying Control & Repetition statement iii. Encapsulation
Develop a complete project using Object-Oriented Programming concept that includes:- (c languange)
i. Creating Multiple Java Classes
ii. Applying Control & Repetition statement
iii. Encapsulation iv. Composition & Aggregation
v. Inheritance & Polymorphism
vi. Abstract & Interface Class
vii. Array Array of Primitive & Object
(coding in source code, different files each class)
Class
[Student]
-stud_id
-stud_name
-stud class
[Student Subject]
-stud_id
-subject_id
-subject_name
[Subject]
-subject_name
-subject_id
[Class]
-class_teacher
-class_semester
-class_id
-subject_id
[Grade Report]
-stud_id
-stud_grade
-class_id
can improve this class if you can
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started