Skip to content
Go Practicals Logo

Go Practicals

Now always complete your College Practical File on time and get the best grades.

Menu

  • Home
  • Subject
    • 1st Year
    • Chemical/Petroleum
    • Computer Science
    • Civil
    • Electrical
    • Mechanical
    • Electronics & Communication
  • Contact Us
  • Submit
  • Team

Month: July 2014

C++ program to implement Inheritance – Computer Practical

basic computer practicals

Inheritance is one of the key feature of object-oriented programming including C++ which allows user to create a new class (derived class) from a existing class(base class).  The derived class inherits all feature from a base class and it can

GP Team July 30, 2014August 7, 2016 Basic Computers No Comments Read more

C++ program to implement Multiple Inheritance – Computer Practical

basic computer practicals

Multiple inheritance is a feature of some object-oriented computer programming languages in which an object or class can inherit characteristics and features from more than one parent object or parent class. C++ program to implement Multiple Inheritance #include<iostream.h> #include<conio.h> class student

GP Team July 30, 2014August 7, 2016 Basic Computers No Comments Read more

C++ program to implement Function Overloading – Computer Practical

basic computer practicals

Function overloading means two or more functions can have the same name but either the number of arguments or the data type of arguments has to be different. C++ program to implement Function Overloading #include <iostream> using namespace std; /*

GP Team July 30, 2014August 7, 2016 Basic Computers No Comments Read more

C++ program to implement Operator Overloading – Computer Practical

basic computer practicals

Overloaded operators are functions with special names the keyword operator followed by the symbol for the operator being defined. Like any other function, an overloaded operator has a return type and a parameter list. C++ program to implement Operator Overloading

GP Team July 29, 2014August 7, 2016 Basic Computers No Comments Read more

C++ program to implement constructor, destructor and scope resolution operator – Computer Practical

basic computer practicals

A constructor is a special member function of a class that is executed whenever we create new objects of a class. A constructor will have exact same name as the class and it does not have any return type at all, not even

GP Team July 12, 2014August 7, 2016 Basic Computers No Comments Read more

Program to define class using the features of OOP – Computer Practical

basic computer practicals

FEATURES OF OOP: Object: Object is a collection of number of entities. Objects take up space in the memory. Objects are instances of classes. When a program is executed , the objects interact by sending messages to one another. Each

GP Team July 12, 2014August 5, 2016 Basic Computers No Comments Read more

C/C++ program to reverse a given number – Computer Practical

basic computer practicals

In this practical we will learn to reverse any given number in C & C++. If Input: 1357 Then, Output: 7531 C program to reverse a given number #include <stdio.h> int main() { int n, reverse = 0; printf(“Enter a

GP Team July 12, 2014August 5, 2016 Basic Computers No Comments Read more

Search

Recent Practicals

  • Estimation of Alkalinity of Water by Titrating it against standard Sulphuric Acid solution – Chemical Practical
  • Determination of Temporary Hardness of water sample by O’ Henner’s method – Chemical Practical
  • Proximate Analysis of Solid Fuels – Chemical Practical
  • To Determine total hardness of Water sample in terms of Caco3 by EDTA Titration method using Eriochrome black T indicator – Chemical Practical
  • PAINTING SHOP : Introduction, Tools and Precautions – Workshop Practical

Branches

  • Analog Integrated Circuits
  • Basic Chemical
  • Basic Computers
  • Basic Electrical
  • Basic Electronics
  • Basic Mechanical
  • Concrete Technology
  • Fluid Mechanics
  • Hydraulics & Hydraulic Machines
  • Physics
  • Workshop

Recent Comments

  • Indraj Kumar on FITTING SHOP ( Make a Joint) , Parts, Accessories, Diagram And Explanation – Workshop Practical
  • Sumit Kumar on To find the Overall Efficiency of a Centrifugal Pump – Hydraulics Practical
  • Abhishek on FOUNDRY SHOP : Introduction, Tools and Precautions – Workshop Practical
  • Sirhid on Determination of Metacentric Height Experimentally- Fluid Practicals
  • Sirhid on Determination of Metacentric Height Experimentally- Fluid Practicals

Contact Information

  • Go Practicals Team
  • Email: contact@gopracticals.com
  • Website: www.gopracticals.com

Search For Practicals

Recent Posts

  • Estimation of Alkalinity of Water by Titrating it against standard Sulphuric Acid solution – Chemical Practical
  • Determination of Temporary Hardness of water sample by O’ Henner’s method – Chemical Practical
  • Proximate Analysis of Solid Fuels – Chemical Practical
  • To Determine total hardness of Water sample in terms of Caco3 by EDTA Titration method using Eriochrome black T indicator – Chemical Practical
  • PAINTING SHOP : Introduction, Tools and Precautions – Workshop Practical

Subjects

  • Analog Integrated Circuits
  • Basic Chemical
  • Basic Computers
  • Basic Electrical
  • Basic Electronics
  • Basic Mechanical
  • Concrete Technology
  • Fluid Mechanics
  • Hydraulics & Hydraulic Machines
  • Physics
  • Workshop

Important Links

  • Home
  • Meet The Team
  • Join/Contribute
  • Contact Us
  • Submit Practicals
Copyright © 2025 Go Practicals. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.