what is difference between class and object?
Answer Posted / patel hemangi baldevbhai
class is collection of object.
ex:
|ob1|ob2|ob3|
object is collection of data member & member function.
ex:
| data | member |
| member | function |
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a code to create a trigger to call a stored procedure
What is the difference between synchronized and synchronized block?
What are the steps in the jdbc connection?
What is an interface in java?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
How can you add and remove nodes in jtree?
What is threaded programming and when is it used? : Java thread
Why call by value prevents parameter value change?
What are different types of multitasking?
What do you understand by weak reference?
What are the important methods of java exception class?
Explain the differences between abstraction and encapsulation?
Can we call virtual funciton in a constructor ?
How is abstraction implemented in java ?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?