BIT153 Object Oriented Programming
BIT · Semester 23 credit hours
Object Oriented Programming BIT153
SyllabusComing soonUnits and teaching hours for this subject.Open NotesBeing writtenUnit-by-unit notes with examples.Open Old Questions36 questionsFrom TU Board 2080, TU Board 2079, TU Board 2078Open MCQ PracticeComing soonAnswer, see if you’re right straight away, and read why.Open
Recent old questions
What is constructor? Explain its types with suitable example. How is the constructor called in a derived class in C++?TU Board 208010What is Polymorphism in Object Oriented Programming? Implement a class Employee with a virtual function CalculateSalary() that returns the salary of the…TU Board 208010What is operator overloading? Write a complete C++ program to overload + operator to add two objects of class 'Time'.TU Board 208010What is the difference between public, private and protected inheritance in C++?TU Board 20805