what is an instance of a class
Answers were Sorted based on User's Feedback
Answer / kavita
objects are defined as real world entities that are
instances of a class
| Is This Answer Correct ? | 2 Yes | 0 No |
What are oops methods?
write a program that takes input in digits and display the result in words from 1 to 1000
What is encapsulation c#?
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
What are two types of polymorphism?
How do you define a class in oop?
What is encapsulation and abstraction? How are they implemented in C++?
0 Answers Agilent, ZS Associates,
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
is there any choice in opting subjects like 4 out of 7
You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
to find out the minimum of two integer number of two different classes using friend function
what do you mean by static member variable?