How do you define a class in oop?
Answer / Mohd Zaheer
"A class is defined by using the keyword 'class' followed by the class name and its enclosed within curly braces. For example: class MyClass { ... }."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is polymorphism give a real life example?
how to find no of instances of an object in .NET?
why destructor is not over loaded?
Why oops is important?
What is and I oop mean?
write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 Answers IBMS, Zycus Infotech,
what is data hiding.
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What are the 3 pillars of oop?
How do you define social class?
what is oops