0% found this document useful (0 votes)
69 views7 pages

Oop Sy

OOP syllabus k scheme
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
69 views7 pages

Oop Sy

OOP syllabus k scheme
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 7

313304-OBJECT ORIENTED PROGRAMMING USING C++ https://services.msbte.ac.

in/scheme_digi/pdfdownload/download/

OBJECT ORIENTED PROGRAMMING USING C++ Course Code : 313304


: Cloud Computing and Big Data/ Computer Technology/ Computer Engineering/ Computer
Science & Engineering/
Programme Name/s
Computer Hardware & Maintenance/ Information Technology/ Computer Science &
Information Technology/ Electronics & Computer Engg./
Programme Code : BD/ CM/ CO/ CW/ HA/ IF/ IH/ TE
Semester : Third
Course Title : OBJECT ORIENTED PROGRAMMING USING C++
Course Code : 313304

I. RATIONALE
In the modern world of Information Technology, Object Oriented Programming provides the most preferred approach for
software development. It offers a powerful way to cope up with real world problems. C++ helps to develop fundamental
understanding of object oriented concepts. This course enables to implement object oriented approach to solve a given
programming problem.

II. INDUSTRY / EMPLOYER EXPECTED OUTCOME


Develop applications using concepts of OOP in C++.

III. COURSE LEVEL LEARNING OUTCOMES (COS)


Students will be able to achieve & demonstrate the following COs on completion of course based learning

CO1 - Write C++ programs using classes and objects.


CO2 - Develop C++ programs using constructors.
CO3 - Implement Inheritance in C++.
CO4 - Implement Polymorphism in C++.
CO5 - Develop C++ programs to perform file operations.

IV. TEACHING-LEARNING & ASSESSMENT SCHEME


Learning Scheme Assessment Scheme
Actual
Based on LL &
Contact Based on
Course Hrs./Week Theory TL
Course SL
Course Title Abbr Category/ Credits Paper Total
Code SLH NLH Practical
s Duration Marks
FA- SA-
CL TL LL Total FA-PR SA-PR SLA
TH TH
Max Max Max Min Max Min Max Min Max Min
OBJECT ORIENTED
313304 PROGRAMMING OOP SEC 3 2 4 1 10 5 3 30 70 100 40 50 20 25@ 10 25 10 200
USING C++

MSBTE Approval Dt. 02/07/2024 Semester - 3, K Scheme

1 of 7 09-07-2024, 12:25 pm
313304-OBJECT ORIENTED PROGRAMMING USING C++ https://services.msbte.ac.in/scheme_digi/pdfdownload/download/

OBJECT ORIENTED PROGRAMMING USING C++ Course Code : 313304


Total IKS Hrs for Sem. : 0 Hrs
Abbreviations: CL- ClassRoom Learning , TL- Tutorial Learning, LL-Laboratory Learning, SLH-Self Learning Hours,
NLH-Notional Learning Hours, FA - Formative Assessment, SA -Summative assessment, IKS - Indian Knowledge
System, SLA - Self Learning Assessment
Legends: @ Internal Assessment, # External Assessment, *# On Line Examination , @$ Internal Online Examination
Note :

1. FA-TH represents average of two class tests of 30 marks each conducted during the semester.
2. If candidate is not securing minimum passing marks in FA-PR of any course then the candidate shall be declared as
"Detained" in that semester.
3. If candidate is not securing minimum passing marks in SLA of any course then the candidate shall be declared as
fail and will have to repeat and resubmit SLA work.
4. Notional Learning hours for the semester are (CL+LL+TL+SL)hrs.* 15 Weeks
5. 1 credit is equivalent to 30 Notional hrs.
6. * Self learning hours shall not be reflected in the Time Table.
7. * Self learning includes micro project / assignment / other activities.

V. THEORY LEARNING OUTCOMES AND ALIGNED COURSE CONTENT


Suggested
Theory Learning Outcomes Learning content mapped with Theory Learning
Sr.No Learning
(TLO's)aligned to CO's. Outcomes (TLO's) and CO's.
Pedagogies.
Unit - I Principles of Object Oriented Programming
1.1 Procedure Oriented Programming (POP) verses Object
TLO 1.1 Compare POP vs OOP
Oriented Programming (OOP)
approach of programming.
1.2 Features of Object Oriented Programming, Examples
TLO 1.2 Describe the different
of Object Oriented languages, Applications of OOP
features of Object Oriented
1.3 Data types, Type compatibility, Declaration of variable, Lecture Using
Programming.
Dynamic initialization of variable, Reference variable, Chalk-Board,
TLO 1.3 Write programs to
Type casting Demonstration,
1 solve arithmetic expressions.
1.4 Special Operators in C++: Scope resolution operator, Presentations,
TLO 1.4 Write programs to
Memory management operators, Manipulators Hands-on,
demonstrate use of special
1.5 Structure of C++ program, Basic Input /Output Flipped Classroom.
operators in C++.
operators and functions in C++, Simple C++ Program
TLO 1.5 Develop C++ program
1.6 Class & Object: Introduction, Specifying a class,
to show the use of Classes and
Access specifiers, Defining member functions: Inside class
Objects.
and Outside class, Creating objects, Memory allocations
for objects
TLO 2.1 Develop a program
using inline function. Unit - II Functions and Constructors
TLO 2.2 Develop friend 2.1 Inline function, Static data members, Static member
Lecture Using
function to solve given problem. function, Friend function: Using two different classes ,
Chalk-Board,
TLO 2.3 Write C++ programs Using non-member function
Demonstration,
2 using array of objects. 2.2 Array of Objects, Object as function arguments
Presentations,
TLO 2.4 Write C++ program to 2.3 Concepts of Constructors, Types of constructors
Hands-on,
initialize the object using 2.4 Constructor overloading and Constructors with default
Flipped Classroom.
constructor. arguments
TLO 2.5 Write C++ program to 2.5 Destructors
delete object using destructor.
3 TLO 3.1 Explain the given type Unit - III Extending classes using Inheritance Lecture Using
of inheritance based on its 3.1 Introduction to Inheritance, Defining a derived class, Chalk-Board,
characteristics. Visibility modes and effects Demonstration,
TLO 3.2 Implement given type 3.2 Types of Inheritance : Single, Multilevel, Multiple, Presentations,
of inheritance in C++ program. Hierarchical, Hybrid Hands-on,
TLO 3.3 Write C++ program 3.3 Virtual base class, Abstract class, Constructor in Flipped Classroom.
using virtual base class. derived class
MSBTE Approval Dt. 02/07/2024 Semester - 3, K Scheme

2 of 7 09-07-2024, 12:25 pm
313304-OBJECT ORIENTED PROGRAMMING USING C++ https://services.msbte.ac.in/scheme_digi/pdfdownload/download/

OBJECT ORIENTED PROGRAMMING USING C++ Course Code : 313304


Suggested
Theory Learning Outcomes Learning content mapped with Theory Learning
Sr.No Learning
(TLO's)aligned to CO's. Outcomes (TLO's) and CO's.
Pedagogies.
TLO 3.4 Use constructor in
given derived class.
Unit - IV Pointers and Polymorphism in C++
TLO 4.1 Create C++ program to
4.1 Concept of Pointer: Pointer declaration, Pointer
perform given arithmetic
operator, Address operator, Pointer arithmetic
operations using pointers.
4.2 Pointer to Object: Pointer to object, 'this' pointer, Lecture Using
TLO 4.2 Use 'pointer to object'
Pointer to derived class Chalk-Board,
to solve the given problem.
4.3 Introduction of Polymorphism, Types of polymorphism Presentations,
4 TLO 4.3 Use compile time
4.4 Compile time Polymorphism: Function overloading, Demonstration,
polymorphism to solve the given
Revision of constructor overloading, Operator Hands-on,
problem.
overloading: Rules for operator overloading, Overloading Flipped Classroom.
TLO 4.4 Use run time
of unary and binary operators
polymorphism to solve the given
4.5 Run time polymorphism: Virtual function, Rules for
problem.
virtual function, Pure virtual function
TLO 5.1 Identify relevant class
Unit - V File operations
to perform the given file Lecture Using
5.1 C++ stream classes, Classes for file stream operations
operations. Chalk-Board,
5.2 Detection of end of file, File modes
TLO 5.2 Describe different file Presentations,
5 5.3 Opening files: Using constructors and open(), Closing
modes. Demonstration,
files, Reading from and writing to files, Formatted Input/
TLO 5.3 Develop C++ program Hands-on,
output functions in file
to perform read/write operations Flipped Classroom.
5.4 Types of file: Random access, Sequential access
from/to the given file.

VI. LABORATORY LEARNING OUTCOME AND ALIGNED PRACTICAL / TUTORIAL EXPERIENCES.


Practical / Tutorial / Laboratory Sr Laboratory Experiment / Practical Titles / Number Relevant
Learning Outcome (LLO) No Tutorial Titles of hrs. COs
LLO 1.1 Develop program to evaluate
*Write programs to evaluate any expression
expressions using various operators and 1 2 CO1
using Input / Output functions
Input/output functions.
*Write programs using-

LLO 2.1 Develop C++ program using Scope resolution operator


2 4 CO1
special type of operators. Memory management operator
Manipulators

Write programs to demonstrate use of-


LLO 3.1 Develop programs to implement
3 Implicit type casting 2 CO1
type casting.
Explicit type casting

LLO 4.1 Implement classes and objects to Write programs to show use of classes and
4 2 CO1
define the function inside class. objects to define the function inside the class
LLO 5.1 Implement classes and objects to *Write programs to define the function outside
5 2 CO1
define the function outside class. the class
LLO 6.1 Implement programs using inline
6 *Write programs to implement inline function 2 CO2
function.
*Write programs to implement friend function
LLO 7.1 Implement friend function using using-
different classes.
7 2 CO2
LLO 7.2 Implement friend function using Two different classes
external function. External function

MSBTE Approval Dt. 02/07/2024 Semester - 3, K Scheme

3 of 7 09-07-2024, 12:25 pm
313304-OBJECT ORIENTED PROGRAMMING USING C++ https://services.msbte.ac.in/scheme_digi/pdfdownload/download/

OBJECT ORIENTED PROGRAMMING USING C++ Course Code : 313304


Practical / Tutorial / Laboratory Sr Laboratory Experiment / Practical Titles / Number Relevant
Learning Outcome (LLO) No Tutorial Titles of hrs. COs
LLO 8.1 Develop program using static data *Write programs to implement-
member.
8 Static data member 2 CO2
LLO 8.2 Develop program using static
Static member function
member function.
LLO 9.1 Implement programs to show the
9 *Write programs to create array of objects 2 CO2
use of array of objects.
*Write programs for-

Default constructor
LLO 10.1 Implement the concept of
10 Parameterized constructor 4 CO2
constructor and destructor.
Copy constructor
Multiple constructor in one class

LLO 11.1 Implement Single level Write programs using-


inheritance.
11 Single level inheritance 2 CO3
LLO 11.2 Implement multilevel
Multilevel inheritance
inheritance.
LLO 12.1 Develop program using multiple *Write programs to implement multiple
12 2 CO3
inheritance. inheritance
LLO 13.1 Develop program using Write programs to implement hierarchical
13 2 CO3
hierarchical inheritance. inheritance
LLO 14.1 Implement virtual base class in a *Write programs to implement virtual base
14 2 CO3
program. class.
LLO 15.1 Implement constructors in Write programs which show the use of
15 2 CO3
derived class in a program. constructors in derived class
LLO 16.1 Implement pointer arithmetic in
a program. *Write programs to implement-
LLO 16.2 Implement pointer to object in a
16 Pointer to object 2 CO4
program.
'this' pointer
LLO 16.3 Implement 'this' pointer in a
program.
*Write programs for-

Pointer to derived class in single


LLO 17.1 Implement program to use
17 inheritance 4 CO4
pointer to derived class.
Pointer to derived class in multilevel
inheritance

LLO 18.1 Implement function overloading Write programs which show the use of function
18 2 CO4
in a program. overloading
*Write programs to overload unary operator
LLO 19.1 Implement unary operator using-
overloading using member function.
19 4 CO4
LLO 19.2 Implement unary operator Member function
overloading using friend function. Friend function

Write programs to overload binary operator


LLO 20.1 Implement binary operator using-
overloading using member function.
20 2 CO4
LLO 20.2 Implement binary operator Member function
overloading using friend function. Friend function

MSBTE Approval Dt. 02/07/2024 Semester - 3, K Scheme

4 of 7 09-07-2024, 12:25 pm
313304-OBJECT ORIENTED PROGRAMMING USING C++ https://services.msbte.ac.in/scheme_digi/pdfdownload/download/

OBJECT ORIENTED PROGRAMMING USING C++ Course Code : 313304


Practical / Tutorial / Laboratory Sr Laboratory Experiment / Practical Titles / Number Relevant
Learning Outcome (LLO) No Tutorial Titles of hrs. COs
LLO 21.1 Develop program using virtual
21 *Write programs to implement virtual function 2 CO4
function.
LLO 22.1 Develop program using pure Write programs to implement pure virtual
22 2 CO4
virtual function. function
*Write programs to read and write from/to file
LLO 23.1 Implement read and write using-
operations from/to file using constructor.
23 2 CO5
LLO 23.2 Implement read and write Constructor
operations from/to file using open(). open()

*Write programs to copy the content of one file


LLO 24.1 Use formatted Input / Output
24 into another file using formatted input/output 2 CO5
functions to format the contents.
functions
LLO 25.1 Implement get() and put() Write file programs to implement sequential
25 2 CO5
functions on file. input and output operations on file
LLO 26.1 Implement input/ output Write programs to perform input / output
26 2 CO5
operations on binary file. operations on binary files
Note : Out of above suggestive LLOs -
'*' Marked Practicals (LLOs) Are mandatory.
Minimum 80% of above list of lab experiment are to be performed.
Judicial mix of LLOs are to be performed to achieve desired outcomes.

VII. SUGGESTED MICRO PROJECT / ASSIGNMENT/ ACTIVITIES FOR SPECIFIC LEARNING / SKILLS
DEVELOPMENT (SELF LEARNING)

Micro project

Develop Student Grading System. Accept student data and marks for 5 subjects for 5 students. Calculate the percentage
and finalize grade awarded to the student. Write the records in to file.
Develop Quiz Management System. Quiz should accept student credentials and contain 10 MCQ type questions.
Determine the final result. Save the result in file along with student credentials.
Develop advanced calculator for the following function: Binary to Decimal, Decimal to Binary etc..
Develop Hotel Management Application. It should accept room reservation for 10 rooms. Find number of empty rooms.
Display relevant information and write maximum 5 records into file.
Develop Employee Management System using Inheritance. Collect following information from user: Employee_ID
,Employee_Name, Basic_Salary, Leave taken in the month Calculate Net Salary assuming applicable deductions and display.
Write maximum 5 records into file.
Any other micro project as suggested by subject faculty.

Assignment

Solve assignment covering all COs given by teacher

Other

Complete the course object oriented concepts using C++ on Infosys Springboard

Note :

Above is just a suggestive list of microprojects and assignments; faculty must prepare their own bank of
microprojects, assignments, and activities in a similar way.
The faculty must allocate judicial mix of tasks, considering the weaknesses and / strengths of the student in
acquiring the desired skills.
MSBTE Approval Dt. 02/07/2024 Semester - 3, K Scheme

5 of 7 09-07-2024, 12:25 pm
313304-OBJECT ORIENTED PROGRAMMING USING C++ https://services.msbte.ac.in/scheme_digi/pdfdownload/download/

OBJECT ORIENTED PROGRAMMING USING C++ Course Code : 313304


If a microproject is assigned, it is expected to be completed as a group activity.
SLA marks shall be awarded as per the continuous assessment record.
If the course does not have associated SLA component, above suggestive listings is applicable to Tutorials and
maybe considered for FA-PR evaluations.

VIII. LABORATORY EQUIPMENT / INSTRUMENTS / TOOLS / SOFTWARE REQUIRED


Sr.No Equipment Name with Broad Specifications Relevant LLO Number
1 Computer System (Any computer system with basic configuration) All
2 “C++” Compiler (Any) All

IX. SUGGESTED WEIGHTAGE TO LEARNING EFFORTS & ASSESSMENT PURPOSE (Specification Table)
Aligned Learning R- U- A- Total
Sr.No Unit Unit Title
COs Hours Level Level Level Marks
Principles of Object Oriented
1 I CO1 8 2 4 6 12
Programming
2 II Functions and Constructors CO2 12 2 4 10 16
3 III Extending classes using Inheritance CO3 9 2 4 10 16
4 IV Pointers and Polymorphism in C++ CO4 10 2 4 10 16
5 V File operations CO5 6 0 4 6 10
Grand Total 45 8 20 42 70

X. ASSESSMENT METHODOLOGIES/TOOLS

Formative assessment (Assessment for Learning)

Continuous assessment based on process and product related performance indicators


Each practical will be assessed considering 60% weightage to process and 40% weightage to product
A continuous assessment-based term work

Summative Assessment (Assessment of Learning)

End semester examination, Lab performance, Viva voce

XI. SUGGESTED COS - POS MATRIX FORM


Programme
Specific
Programme Outcomes (POs)
Outcomes*
(PSOs)
Course PO-5
Outcomes PO-1 Basic Engineering
PO-7
(COs) and PO-2 PO-3 Design/ PO-4 Practices for
PO-6 Project Life PSO- PSO- PSO-
Discipline Problem Development Engineering Society,
Management Long 1 2 3
Specific Analysis of Solutions Tools Sustainability
Learning
Knowledge and
Environment
CO1 2 1 1 2 1 1 1
CO2 2 1 1 2 1 1 1
CO3 2 2 2 2 2 2 1
CO4 2 2 2 2 2 2 1
CO5 2 2 2 2 2 2 1
Legends :- High:03, Medium:02,Low:01, No Mapping: -
*PSOs are to be formulated at institute level
MSBTE Approval Dt. 02/07/2024 Semester - 3, K Scheme

6 of 7 09-07-2024, 12:25 pm
313304-OBJECT ORIENTED PROGRAMMING USING C++ https://services.msbte.ac.in/scheme_digi/pdfdownload/download/

OBJECT ORIENTED PROGRAMMING USING C++ Course Code : 313304

XII. SUGGESTED LEARNING MATERIALS / BOOKS


Sr.No Author Title Publisher with ISBN Number
E Object Oriented Programming McGraw-Hill Education ISBN-10:0070669074,
1
Balaguruswamy with C++ ISBN-13:9780070669079
McGraw-Hill Education ISBN-10: 0070681899, ISBN-13:
2 D Ravichandran Programming with C++
978-0070681897
The C++ Programming Pearson Education New Delhi ISBN-10: 0275967301,
3 Stroustrup B.
Language ISBN-13: 978-0275967307
Object Oriented Programming Pearson Education India ISBN-10: 8131722821, ISBN-13:
4 Robert Lafore
in C++ 978-8131722824

XIII . LEARNING WEBSITES & PORTALS


Sr.No Link / Portal Description
1 https://www.w3schools.com/cpp/ C++ Tutorial for all topics
2 https://www.javatpoint.com/cpp-tutorial C++ Tutorial for all topics
3 https://www.javatpoint.com/cpp-files-and-streams C++ File Streams
4 https://www.programiz.com/cpp-programming Inheritance in C++
5 https://www.programiz.com/cpp-programming/online-compiler/ Online Compiler for C++
6 https://www.onlinegdb.com/online_c++_compiler Online compiler for C++
Note :

Teachers are requested to check the creative common license status/financial implications of the suggested online
educational resources before use by the students

MSBTE Approval Dt. 02/07/2024 Semester - 3, K Scheme

7 of 7 09-07-2024, 12:25 pm

You might also like