what is the use of classes in c++;
Answers were Sorted based on User's Feedback
Answer / abhishek karal
In object-oriented programming, a class is a construct that
is used as a blueprint (or template) to create objects of
that class. This blueprint describes the state and behavior
that the objects of the class all share. An object of a
given class is called an instance of the class. The class
that contains (and was used to create) that instance can be
considered as the type of that object, e.g. an object
instance of the "Fruit" class would be of the type "Fruit".
| Is This Answer Correct ? | 21 Yes | 8 No |
Answer / anilkuma
In c++ classes are used for protect data,nothing but we can
provide more secure for data in c++ classes
| Is This Answer Correct ? | 6 Yes | 0 No |
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?
Can we create object of abstract class?
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What are the different forms of polymorphism??
Write a program to demonstrate the use of 'Composition' in C++
write a program that takes input in digits and display the result in words from 1 to 1000
Please send ford technologies placement paper 2 my mail id
features of OOPS
22 Answers Ness Technologies, Satyam,
can you explain how to use JavaBean in Project
what is oppes