Implementing Object-Oriented Programming With Java Technology
The Implementing Object-Oriented Programming With Java Technology course introduces students to Java variable types, such as primitive and reference, as well as to Java programming language syntax. This course also describes the use of classes, methods, and programming constructs.
eMentoring Services are included with this course.
Course length: 2-3 hours

Course ID:
WP-1202-90 |
Subscription Duration:
90 days
| Price: $US
90.00 |
|
|
Languages Offered |
 |
This course is currently available in English only.
|
Who Can Benefit |
 |
Students who can benefit are non-object-oriented developers who want to begin the migration to the Java programming language.
|
Prerequisites |
 |
To succeed fully in this course, students should be able to: Demonstrate development experience with a procedural modelDemonstrate familiarity with basic programming concepts, such as variables, arrays, and programming control structures
|
Skills Gained |
 |
Upon completion of this course, you should be able to: Describe code class declarationsDefine the primitive typesDeclare class variables using primitive types and reference typesName Java classes and other identifiers, according to Java programming language guidelines Use inheritance correctlyUse abstract classesUse the import statement to include classes in a programUse the package statement to group classes in a class hierarchyUnderstand the structure of a Java technology programDefine class behaviors using methodsDeclare a public method for encapsulationPass arguments to a methodDescribe a method's signatureExplain how method overloading worksUse a constructor to instantiate an object
|
Related Courses |
 |
Before: WP-1201: Migrating to Object-Oriented ProgrammingAfter: WP-1203: Advanced Object-Oriented ProgrammingAfter: SL-275: Java Programming LanguageAfter: OO-226: Object-Oriented Application Analysis and Design for Java Technology (UML)
|
Course Content |
 |
Module 1: Java Variable Types and Syntax
|
VariablesIdentifiersJava variable typesJava primitive typesReference (object) types
Module 2: Using Java Classes
|
Declaring classesEncapsulationInheritanceContainment classesAbstract classes and inheritanceClasses and packagesCoding structure
Module 3: Using Java Methods
|
Method overviewDeclaring methodsInvoking methodsTypes of methodsThe this referencePassing argumentsMethod overloadingConstructorsCoding structure
Module 4: Java Programming Constructs
|
Variable type conversionsOperatorsThe if constructThe while loopThe for loopThe do loopThe switch constructThe break statementThe continue statement |