The course enables the students to
1. Demonstrate the understanding of concepts by implementing them to practical problems.
2. Differentiate between structured programming and object oriented programming.
3. Evaluate the understanding of the concepts by applying them to problems in different domains.
Construct cases and new ideas where the knowledge of object oriented programming can be implemented
Course Outcomes(COs):
Learning Outcome (at course level)
| Learning and teaching strategies | Assessment Strategies |
CO9. Apply knowledge of object oriented programming solutions of practical problems through file manipulations and functions. CO10.Compare and contrast the object-oriented and non-object oriented approaches to obtain solutions by using Java Programming CO11.Evaluating the various concepts of java programming and applying it to problems in different domains. CO12.Develop computer application based projects using OOPS. | Approach in teaching: Interactive Lectures, Tutorials, Demonstration, Team teaching, Quiz
Learning activities for the students: Self-learning assignments, Effective questions, Giving tasks, Field practical
|
Examination |
Evolution of OOP, OOP Paradigm, advantages of OOP, Comparison between functional programming and OOP Approach, characteristics of object oriented language. Introduction to C++, Identifier and keywords, constants, C++ operators, type conversion, Variable declaration, statements, expressions, input and output.
Conditional expression loop statements, breaking control statements,Classes and objects, constructors and destructors, operator overloading, inheritance, Virtual Function, friend function, Static function, Assignment and copy initialization, this pointer, dynamic type information and polymorphism
C++ streams, console stream classes, formatted and unformatted console I/O operations, manipulators, File streams, classes file modes file pointers and manipulations file I/O, Exception handling, Defining function, types of functions templates, function templates, dynamic memory allocation.
OOP in Java – Characteristics of Java – The Java Environment – Java Source File -Structure – Compilation. Fundamental Programming Structures in Java – Defining classes in Java – constructors, methods -access specifiers – static members -Comments, Data Types, Variables, Operators, Control Flow, Arrays , Packages – JavaDoc comments.
Inheritance – Super classes- sub classes, abstract classes and methods- final methods and classes – Interfaces, Exception Handling- Types of Exceptions, try-catch block, multiple catch-block, nested try blocks, nested try block, throw, throws, finally keywords, Custom exceptions, Threads, Thread Life-Cycle, Thread Priority, Garbage Collection, Basics of event handling- AWT Basics, Java Event Classes and Listener Classes, Types of Components, Adapter Classes.