Please enable JavaScript.
Coggle requires JavaScript to display documents.
OOPM ((Introduction to, Object Oriented, Programming, 1.1 OOP Concepts:…
OOPM
-
-
-
1.1 OOP Concepts: Object, Class, Encapsulation,
Abstraction, Inheritance, Polymorphism.
1.2 Features of Java, JVM
1.3 Basic Constructs/Notions: Constants, variables and data
types, Operators and Expressions, Revision of
-
-
-
2.1Class, Object, Method.
2.2 Constructor, Static members and methods
-
-
2.5 Packages in java, creating user defined packages, access
-
-
-
-
5.1 Error vs Exception, try, catch, finally, throw, throws,
-
5.2 Thread lifecycle, Thread class methods, creating threads,
-
-
-
4.1Types of Inheritance, super keyword, Method Overriding,
abstract class and abstract method, final keyword,
4.2 Implementing interfaces, extending interfaces
-
-
3.1 Arrays, Strings, String Buffer
3.2 Wrapper classes, Vector
-
-
6.1 Applet: Applet life cycle, Creating applets, Graphics class
methods, Font and Color class, parameter passing.