1 / 10

M IS 380 : Object-Oriented Programming using Java

M IS 380 : Object-Oriented Programming using Java. Spring 200 8. Class Web URL. http://faculty.unlv.edu/than/is 380 You will find syllabus, lecture notes, practice programs, assignment programs, and other class-related information here. See Syllabus. Object-Oriented Software Development.

kermit-burt
Télécharger la présentation

M IS 380 : Object-Oriented Programming using Java

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MIS 380: Object-Oriented Programming using Java Spring 2008 MIS380: Object-Oriented Programming using Java

  2. Class Web URL • http://faculty.unlv.edu/than/is380 • You will find syllabus, lecture notes, practice programs, assignment programs, and other class-related information here. • See Syllabus. MIS380: Object-Oriented Programming using Java

  3. Object-Oriented Software Development • Object-oriented concepts • classes • objects • encapsulation • inheritance • polymorphism • Java programming language • Graphical user interfaces • Applet MIS380: Object-Oriented Programming using Java

  4. What / Why is Object-Orientation? • It’s a technology based on objects and classes. • View of the world – a better modeling approach • Seamlessness between systems development activities • Easier maintenance • Reusability MIS380: Object-Oriented Programming using Java

  5. Architecture of Conventional System Processes f(1) f(2) f(3) f(4) ….. Data MIS380: Object-Oriented Programming using Java

  6. Architecture of Object-Oriented System f(2) f(1) Data MIS380: Object-Oriented Programming using Java

  7. Course Overview Fundamentals of Java Programming (Part I: Ch1, 2, 4) Object-oriented Programming (Part II: Ch6, 7, 8, 9, 10) GUI Programming (Part III: Ch11, 12, 13, 14) MIS380: Object-Oriented Programming using Java

  8. Fundamentals of Java Programming • Basics of Java (Ch1) • Primitive data types (Ch2) • Operations (Ch2) • Control statements (Ch3) • Methods (Ch4) • Arrays (Ch5) MIS380: Object-Oriented Programming using Java

  9. Objects and classes Methods Constructors Overloading Encapsulation Inheritance Polymorphism Overriding Abstract classes Interfaces Object-oriented modeling Object-Oriented Programming MIS380: Object-Oriented Programming using Java

  10. GUI Programming • Graphics • Applets • GUI components • Event-driven programming MIS380: Object-Oriented Programming using Java

More Related