[vc_row el_class=”inner-body-content” css=”.vc_custom_1667213317922{padding-top: 30px !important;padding-bottom: 20px !important;}”][vc_column][vc_custom_heading text=”Pre-requisite(s)” font_container=”tag:h2|font_size:20px|text_align:left” use_theme_fonts=”yes” css=”.vc_custom_1667213306738{margin-top: 0px !important;}”][vc_column_text]Computer Programming (CS-1123)
Computer Programming Lab (CS-1121)[/vc_column_text][vc_custom_heading text=”Recommended Book(s)” font_container=”tag:h2|font_size:20px|text_align:left” use_theme_fonts=”yes”][vc_column_text]Introduction To C++ Programming, Comprehensive Version, By Y. Daniel Liang
Object-Oriented Programming In C++ Author: Robert Lafore, Fourth Edition[/vc_column_text][vc_custom_heading text=”Reference Book(s)” font_container=”tag:h2|font_size:20px|text_align:left” use_theme_fonts=”yes”][vc_column_text]C++: How To Program (Fourth Edition), Deitel & Deitel, Prentice-Hall.
An Introduction To Object Oriented Programming, Timothy Budd, Second Edition[/vc_column_text][vc_custom_heading text=”COURSE OBJECTIVES” font_container=”tag:h3|text_align:left” use_theme_fonts=”yes”][vc_column_text]Emphasis this course is on intensive study of object-oriented programming using C++. Abstract data types, object instantiation, inheritance, polymorphism, composition, member access control, templates, overloaded operators, exception handling, use of C++ headers, and class libraries will be studied.[/vc_column_text][vc_custom_heading text=”COURSE LEARNING OUTCOMES (CLO)” font_container=”tag:h3|text_align:left” use_theme_fonts=”yes”][vc_column_text]Course Objectives[/vc_column_text][vc_custom_heading text=”COURSE CONTENTS” font_container=”tag:h3|text_align:left” use_theme_fonts=”yes”][vc_column_text]Introduction and Revision:
- Introduction of the course
- Overview of Structured Programming using C++
- Pointers Revision
- Introduction to classes and Object Oriented Concepts
Creating classes:
- Function Overloading, C++ Constructor & Destructor.
- Importance of Destructor, Calling sequence of Constructor & Destructor for multiple objects.
- Preventing changes in data members from a method: const method.
- Pointer to Object; Object as argument to function (call by value & call by reference);
Composition of classes:
- Composition
Friend classes and functions:
- Friend functions
- Friend class
Operator overloading:
- Operator Overloading
- Binary Operator NOT receiving Instance of class as 1st operand
- Overloading Binary Operators for I/O stream
- Overloading Unary Operator: as member, as non-member
- Unusual Operators: ++, –, [ ] (set & get, both versions), type-cast
Inheritance in OOP:
- C++ Inheritance Concepts
- Introduction to Java
- Constructors, Destructors, Inheritance in Java,
- Relationships in OOP
- C++ Multiple Level Inheritance, Multiple Inheritance
Virtual classes and Polymorphism:
- Virtual inheritance
- Polymorphism in C++ and Java
- Virtual Functions
Streams:
- C++ Streams
- Java Streams
- C++ and Java Streams
Template classes and functions:
- Function Template
- Class Template
GUI and Exceptions:
- Java GUI Handling
- C++ and Java Exceptions
- Unhandled Exception
- Revision of Course
[/vc_column_text][vc_custom_heading text=”MAPPING OF CLOs TO ASSESSMENT MODULES” font_container=”tag:h2|font_size:20px|text_align:left” use_theme_fonts=”yes”][vc_column_text css=”.vc_custom_1667213272844{margin-bottom: 0px !important;}”]Quizzes
Assignments
Midterm Exam \s
Final Exam[/vc_column_text][/vc_column][/vc_row]