Introduction of data cables Data cable is an important part of computer network model . From smartphone to supercomputer connections and wide range network uses and network models. It helps in network model in different types of topology models also. But we discuss what exactly called a data cable? How it is working with network model? Why these data cables are so important? In this guide, I will provide some information about the definitions, types, uses of data cables on network model with easy explanation of data cable covered topics. What is data cable? [Definition] A data cable is a wire that can transfer the data from one to another computer system. It connects to the ports available on the computer system. The user can transfer the data from one computer to another data cable connection. If two computers are connected then:- In according to data cable male port:- Port 1:- the male port of data cable is used to receive the data from the sender computer. Port 2:- th...
Try to implement the school structure in the object oriented database model with some simple object and class such as Principal, Manage staff and Student.
How to implement the school structure in the object oriented database model?
The Principal object and their class
- The Principal is the object but the name ‘Principal’ is a class.
- It is real world object.
- It inherits the class of student.
- The property of the Principal is to gives the student admission permission.
- The authority of the principal is check performance of teachers where the teachers how to teach the student.
- The principal suggest the meeting for their school management to work in a proper way and gives the best performance in results in every year.
- The connected smooth line to class of the manage staff shows the sub class link of the principal class.
Manage staff class
- In this class there are three objects as Vice principal, Account section and Teachers.
- These three objects are controlled by the Principal class.
- If the Principal is absent in a day then manage staff can handle the school management.
Student class and their objects
- The class of the student is ‘student’.
- The object of the student is name of the student which is present in the real world.
- The unique property of the student is admission number in the school.
- The temporary attribute of the student is roll number in the school because it can be change in the future of the student roll number after the next class.
- The subjects of the student are the other property in the class of the student.
- The take admission permission of the student is strong attribute domain link which is connected to the principal class property of admission permission.
- The connected line of the student and principal class is dotted which shows the attribute domain link according to the object oriented database management model language.
Comments
Post a Comment