Posts

Showing posts from June, 2025

Object Oriented Programming PBCST 304 KTU BTech CS Semester 3 2024 Scheme - Dr Binu V P

 About Me Course Details and Syllabus This course is a Project Based Learning  ( PBL) Course - know more Programs to Try Module-1  Introduction to Java Introduction - basic Java Program Java Compiler and Java Virtual Machine Java Command line and IDE Primitive data types and wrapper classes-autoboxing and unboxing Type casting Operators in Java Operator Precedence Control Statements in Java Example Programs using control statements Functions in Java Recursive Functions in Java Command Line arguments and Variable length arguments OOPs concept Procedural and Object Oriented Programming Paradigms Classes , objects and constructor in Java Access Modifiers in Java this keyword in Java Data Abstraction and Encapsulation Inheritance and Polymorphism

Object Oriented Programming PBCST 304 Course Details and Syllabus

  OBJECT ORIENTED  PROGRAMMING (Common to  CS/CA/CD/AM/CB/CN/CU/CG)   Course  Code PBCST304 CIE Marks 60 Teaching Hours/Week (L:T:P:R)   3:0:0:1   ESE Marks   40 Credits 4 Exam Hours 2Hrs.30 Min. Prerequisites(if any) None Course Type Theory Course  Objectives: 1.To teach the core object oriented principles such as abstraction,encapsulation,inheritance,and polymorphism, robust error-handling using exception mechanisms to ensure program reliability. 2. To equip the learner to develop object oriented programs encompassing fundamental structures, environments, and the effective utilization of data types, arrays, strings, operators, and control statements for program flow in Java. 3. To enable th...