OOPS With C++ Is a Continuation of C++ From Sem1..It Includes Object Oriented Programming Methodology in C++ . It Includes OOPS Features of C++ Like Inheritance,Polymorphism,Encapsulation,Abstraction,Dynamic Binding,Message Parsing,etc..OOP in C++ is a base For Java i.e Included in Sem4 ,As java is Completely a Object oriented Programming Language.
Notes Download :
2 .C++ Programming, , Robert Lafore
3. Object Oriented Programming in C++ - BalguruSwamy
c. Design the template class library for concatenating two strings
Notes Download :
All Notes -Here
Reference Books :
1.Mastering C++, 2nd Edition, Venugopalan, TataMcgrawHill2 .C++ Programming, , Robert Lafore
3. Object Oriented Programming in C++ - BalguruSwamy
Object Oriented Programs For Bscit -
1 Implement the following
a. Design an employee class for reading and displaying the employee information, the getInfo() and displayInfo() methods will be used repectively. Where getInfo() will be private method.
b. Design the class student containing getData() and displayData() as two of its methods which will be used for reading and displaying the student information respectively.Where getData() will be private method.
c. Design the class Demo which will contain the following methods: readNo() ,factorial() for calculating the factorial of a number, reverseNo() will reverse the given number, isPalindrome() will check the given number is palindrome, isArmstrong() which will calculate the given number is armStrong or not.Where readNo() will be private method.
2 Implement the following
a. Write a friend function for adding the two complex numbers, using a single class.
b. Write a friend function for adding the two different distances and display its sum, using two classes. c. Write a friend function for adding the two matrix from two different classes and display its sum.
3 Implement the following
a. Design a class Complex for adding the two complex numbers and also show the use of constructor. b. Design a class Geometry containing the methods area() and volume() and also overload the area() function .
c. Design a class StaticDemo to show the implementation of static variable and static function.
4 Implement the following
a. Overload the operator unary(-) for demonstrating operator overloading.
b. Overload the operator + for adding the timings of two clocks, And also pass objects as an argument.
c. Overload the + for concatenating the two strings. For e.g “c” + “++” = c++
5 Implement the following
a. Design a class for single level inheritance using public and private type derivation.
b. Design a class for multiple inheritance.
c. Implement the hierarchical inheritance.
6. Implement the following
a. Implement the concept of method overriding.
b. Show the use of virtual function
c. Show the implementation of abstract class.
7. Implement the following
a. String operations for string length , string concatenation
b. String operations for string reverse, string comparison,
c. Console formatting functions.
8. Implement the following:
a. Show the implementation of exception handling
b. Show the implementation for exception handling for strings
c. Show the implementation of exception handling for using the pointers.
9. Show the implementation
a. Design a class FileDemo open a file in read mode and display the total number of words and lines in the file.
b. Design a class to handle multiple files and file operations
c. Design a editor for appending and editing the files
10. Show the implementation for the following
a. Show the implementation of template class library for swap function.
b. Design the template class library for sorting ascending to descending and vice-versa
c. Design the template class library for concatenating two strings
For Learning C++ and Programs Visit Our Post - Click Here To Visit
For Any Programming Queries and Help Mail us at bscit.cracked999@gmail.com
No comments:
Post a Comment