University of Mumbai Syllabus For Semester 3 (SE Second Year) Object Oriented Programming Methodology: Knowing the Syllabus is very important for the students of Semester 3 (SE Second Year). Shaalaa has also provided a list of topics that every student needs to understand.
The University of Mumbai Semester 3 (SE Second Year) Object Oriented Programming Methodology syllabus for the academic year 2022-2023 is based on the Board's guidelines. Students should read the Semester 3 (SE Second Year) Object Oriented Programming Methodology Syllabus to learn about the subject's subjects and subtopics.
Students will discover the unit names, chapters under each unit, and subtopics under each chapter in the University of Mumbai Semester 3 (SE Second Year) Object Oriented Programming Methodology Syllabus pdf 2022-2023. They will also receive a complete practical syllabus for Semester 3 (SE Second Year) Object Oriented Programming Methodology in addition to this.
University of Mumbai Semester 3 (SE Second Year) Object Oriented Programming Methodology Revised Syllabus
University of Mumbai Semester 3 (SE Second Year) Object Oriented Programming Methodology and their Unit wise marks distribution
University of Mumbai Semester 3 (SE Second Year) Object Oriented Programming Methodology Course Structure 2022-2023 With Marking Scheme
# | Unit/Topic | Weightage |
---|---|---|
100 | Programming Approach from Proceduaral to Object Orientation OO Methodologies | |
200 | OO Concepts | |
300 | Object Oriented Programming | |
400 | Constants, Variables and Data Types | |
500 | Class Object and Method | |
600 | Classes and Relationships | |
700 | Array, String and Vector | |
800 | Interfaces | |
900 | Multithread Programming | |
1000 | Grouping of Classes and Built-in Packages | |
1100 | Managing Error and Exception | |
1200 | Applet Programming | |
Total | - |
Syllabus
- Grady Booch Methodology of OO development.
- Object, Class, Encapsulation or information hiding, Inheritance, Polymorphism, Message communication, Abstraction, Reuse, Coupling and Cohesion, Sufficiency Completeness and Primitiveness, Meta class.
- Java Evolution:- History, How java differs from others
- Overview of Java language:- Introduction, Installing and implementing Java, JVM
- Constants, variables and data types
- Operators and Expressions
- Revision of Branching and looping
- Member, method, Modifier, Selector, constructer, destructor, iterator, State of an object, Method Overloading, Inheritance, Method Overriding ,Final class, abstract class and method.
- Implementation of Association and Aggegation using simple scenarios.
- Variables in Interfaces, Extending an Interface, Difference between an Abstarct class and an Interface.
- Grouping of classes for deployment and reuse
- Built-in Packages:- java.lang, wrapper classes, java.util, ArrayList and LinkedList
- Creating and using User defined packages