What is a class ?
Answers were Sorted based on User's Feedback
Class is a template for multiple objects with similar
features and is a blue print for objects.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / s.vamsi krishna
A class is defines the shape and behaviour of an object and
is a template for multiple objects with similar features.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajkumar ksr college
A set, collection, group, or configuration containing
members regarded as having certain attributes or traits in
common; a kind or category.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / syambabu allu srkr engg colleg
CLASS IS A USER DEFINED DATA TYPE
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / uthrakumar-wipro technologies
class is known as a user defined datatype as structure in
c.similarly,class is a template and object is the instance
for that class....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
A class is a template with members and methods defined
| Is This Answer Correct ? | 0 Yes | 0 No |
What are abstract classes and anonymous classes?
0 Answers Flextronics, Thomson Reuters, Virtusa,
What is numeric function?
Is main a keyword in java?
How do you create a reference in java?
How do you find the maximum number from an array without comparing and sorting?
What is linked hashmap and its features?
How u dubugg ur project?
What are the allowed, non-Unicode letter characters that can be used as the first character of an identifier?
What is the final blank variable?
What is serialversionuid?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
why string is not taking as primitive datatypes but we r taking it as a class? why explain it?