Answer Posted / bijaya kumar jena
Class is a user defined data type. It is the collection of
data member and member function.
Ex:-
Class Add
{
private:
int n1,n2; //Data member
public:
res() //Member Function
{
cout<<"Result :";
}
}
}
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a class and object?
What is overloading and its types?
What is constructor in oop?
What is the real time example of encapsulation?
What is polymorphism and types?
What is inheritance in simple words?
What is the highest level of cohesion?
What is class and object in oops?
Which is not an object oriented programming language?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Which language is pure oop?
What is polymorphism and example?
What is stream in oop?
Get me a number puzzle game-program