Answer Posted / bhagavathi chouhan
a class is a set of objects.for ex define a class birds, it
will contain thec group of birds with diffrent names like
parrot,crow,peacock etc.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is abstraction with example?
What is destructor example?
What is oops and why we use oops?
Why is object oriented programming so hard?
What exactly is polymorphism?
What is polymorphism and its types?
What is the difference between a mixin and inheritance?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What are the components of marker interface?
What is polymorphism what are the different types of polymorphism?
What is variable example?
What are the 3 principles of oop?
What is encapsulation in oops?
Can we create object of interface?