Basic features of OOPs
Illustrate the basic features of OOPs?
Expert
There are four basic features of OOPs which are as follows:
Super class: It is a class which is extended by one or more sub classes. All Java classes encompass the Object class as a super-class.
Comment: It is a piece of text proposed for the human reader of a program. The compilers disregard their contents.
Transmission Control Protocol: It is the Transmission Control Protocol (abbreviated as TCP) is a set of rules which permit reliable communication among two processes across a network.
SLAM is a Microsoft project that blurs the line between static analysis and model checking and deductive reasoning. The main goal of SLAM is to check temporal safety properties of C programs (it actually checks that a program correctly uses the interf
Unbounded repetition: The repetition where statements in a loop's body are executed an arbitrary number of times, according to the consequences of the statements in the loop's body. All of the loop control structures in the Java offer for unbounded re
Absolute filename: It is a filename whose full path is unambiguously provided starting from the top (that is, root) of a file system tree. For example: c:\Java\bin\javac.exe
Single line comment: A comment is in the form: // this line will be avoided by the compiler.
Infinite recursion: Recursion which does not finish. This can effect from any of direct recursion, indirect recursion or the mutual recursion. It is generally the outcome of a logical error, and can consequence in stack overflow.
Instruction set: The set of instructions which characterize a specific Central Processing Unit. The programs written in the instruction set of one type of CPU can’t usually be run on any other kind of CPU.
Relational operators: Operators, like <, >, <=, >=, == and!=, which produce a Boolean outcome, as portion of a Boolean expression.
18,76,764
1957216 Asked
3,689
Active Tutors
1414312
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!