0% found this document useful (0 votes)
81 views2 pages

Oops

Uploaded by

Vipul kumar Jha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
81 views2 pages

Oops

Uploaded by

Vipul kumar Jha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 2
CODE:PCC-CS-503 SUBJECT NAME: OBJECT ORIENTED PROGRAMMING NO OF CREDITS: 3 B.TECH S® SEMESTER SESSIONAL: 25 LTP THEORY EXAM: 75 3 00 TOTAL: 100 Pre-requisites: Data Structures & Algorithms Course Objectives: ‘The course will introduce standard tools and techniques for software development, using object oriented approach, use of a version control system, an automated build process, an appropriate framework for automated unit and integration tests, MODULE-1: ABSTRACT DATA TYPES Decomposition & Abstraction, Abstraction Mechanisms — parameterization, specification, Kind of Abstractions — Procedural, Data, Type hierarchies, Iteration. ADT implementation - Concrete state space, concrete invariant, abstraction function, Implementing operations, illustrated by the Text example MODULE-2: FEATURES OF OBJE¢ ORIENTED PROGRAMMING Encapsulation, object identity, polymorphism — Inheritance in 0O design, Implementing OO language features.- Classes, Objects and variables, Type Checking, Procedures - Commands as methods and as objects, Exceptions, Polymorphic procedures, Templates, Memory management MODULE-3: DESIGN PATTERNS Introduction and classification, Creational Pattern — Abstract Factory Pattern, Factory Method, Singleton, Structural Pattern — Bridge, Flyweight, Behavioural Pattern - The iterator pattern, Observer pattem, Model-view-controller pattern, MODULE-4: GENERIC TYPES AND COLLECTIONS Simple Generics, Generics and Subtyping, Wildcards, Generic Methods, Set Interface, List Interface, Queue Interface, Deque Interface, Map Interface, Object Ordering, SortedSet Interface, SortedMap Interface 60|P2¢6 MODULE-S: GUIS. GRAPHICAL PROGRAMMING WITH SCALA AND SWING Swing components, Laying out components in a container, Panels, Look & Feel, Event listener, concurrency in swing. MODULE-6: THE SOFTWARE DEVELOPMENT PROCESS. Requirement specification and analysis,Data Model, Design, Implementation, Testing. Course Outcomes: After taking the course, students will be able to: 1. Specify simple abstract data types and design implementations, using abstraction functions to document them. 2. Recognize features of object-oriented design such as encapsulation, polymorphism, inheritance, and composition of systems based on object identity. 3. Name and apply some common object-oriented design patterns and give examples of their use. 4, Design applications with an event-driven graphical user interface. REFERENCES 1. Barbara Liskov, Program Development in Java, Addison-Wesley, 2001 61|Paee

You might also like