Basic features of OOPs
Illustrate the basic features of OOPs?
Expert
There are four basic features of OOPs which are as follows:
What is Member: Members of a class are methods, fields and nested classes.
Package declaration: It is a declaration employed to name a package. This should be the first item in the source file, preceding any import statements. For example, pa
Overriding for chaining: It is a form of method overriding in which the sub-class version of a method verifies to see whether it can react to the message on its own and just calls the super-class version of the method.
Class header: It is a header of class definition. The header provides a name to the class and states its access. It too explains whether the class expands a super class or implements any interfaces.
Process: It is an individual thread-of-control to which an execution time slice is assigned by the operating system.
State the term multi programming.
Explain win 3.1 supports which form of multi tasking?
Explain the term hard real-time.
Unions: Unions in C and C++ are object overlays—aggregate quantities such as structs, except that each element of the union consists offset 0, and the total size of union is only as large as is required to hold its largest member (Kernighan and
Coupling: Coupling occurs whenever classes are aware of each of other as their instances should interact. The linkage between two classes which might be either weak or strong. Stronger coupling occurs whenever one class has a thorough knowledge of the
18,76,764
1954728 Asked
3,689
Active Tutors
1460265
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!