OOPS is Object Oriented Programming skill. Java is considered 100 % OOPS language since we can not create any method in java without class.
It is technique to create program based on real life object unlike procedure based languages.
It is technique to create program based on real life object unlike procedure based languages.
There is different types of programming languages
1. Procedural Programming Languages:
These language coding is sequential. There is list of procedure and will be executed in sequence like cooking recipe method. This is also called imperative languages. It is based on procedure. Procedure is also known as function, method, routine and subroutine. a procedure is like list of computation to be carried out.
1. Procedural Programming Languages:
These language coding is sequential. There is list of procedure and will be executed in sequence like cooking recipe method. This is also called imperative languages. It is based on procedure. Procedure is also known as function, method, routine and subroutine. a procedure is like list of computation to be carried out.
Most popular procedural programming languages are BASIC and FORTRAN.
2. Structure Programming languages : It is special types of procedural languages. Structured programming requires that programmers break program structure into small pieces of code that are easily understood. It also uses goto and global variables for the same.
The most popular structured programming languages examples include C, Ada, and Pascal.
3. Object-Oriented Programming Languages : It is best, newest and most powerful language types. It is based on Object. Real life objects are used as object. All method & procedures are carrier based on object. Data is crucial in these types of language. It makes re-usability and maintenance of code easy.
Best example of Object Oriented language include Java and C++.
0 comments:
Post a Comment