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

Code

Program to find first 10 prime numbers – Computer Practical

basic computer practicals

Prime numbers are natural numbers greater than 1 that has no positive divisors other than 1 and itself. A number that is not a prime is called composite, except 1 because 1 is considered neither a composite nor prime. For instance, 7 is

GP Team July 12, 2016August 5, 2016 Basic Computers 1 Comment Read more

C++ program to implement Constructor Overloading – Computer Practical

basic computer practicals

Constructors Overloading are used to increase the flexibility of a class by having more number of constructor for a single class. By have more than one way of initializing objects can be done using overloading constructors. C++ program to implement

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

C++ program Invocation order of Constructor and Destructor in Inheritance – Computer Practical

basic computer practicals

In this practical we will observe the invocation order of constructor and destructor in inheritance. For instance, If there is one base class and one derieved class with each having their own contructor and destructor then the invocation order is

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

C++ program to find area of Triangle, Circle and Rectangle – Computer Practical

basic computer practicals

In this practical we will write a c++ code to find the area of a triangle, circle or rectangle using function overloading. C++ program to find area of Tiangle, Circle or Rectangle #include<iostream.h> #include<conio.h> const float pi=3.14; float area(float n,float b,float

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

C++ program to implement Static Variable and Function – Computer Practical

basic computer practicals

Static is a keyword in C++ used to give special characteristics to an element. Static elements are allocated storage only once in a program lifetime in static storage area. And they have a scope till the program lifetime. Static variables

GP Team August 11, 2014August 7, 2016 Basic Computers 1 Comment Read more

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
  • « Previous

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 © 2023 Go Practicals. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.