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 |
wht is mean by dirty read?
Why Java is a platform independent language?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
Write a program to calculate factorial in java?
enlist some features of jdk.
Question 6 [9] 6.1 In what situations (in general) would you use a TreeMap? (3) 6.2 In what situations (in general) would you use a HashSet to store a collection of values?
What is a void return type?
What is join () in java?
What is the return type of a program?s main() method?
What is a Java switch statement, and how can it be used?
What is a superclass?
Why is stringbuffer called mutable?