What is a class?

Answer Posted / k.premalatha

class is a generalisation or mould or template of an object.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is coupling in oops?

600


What are the features of oop?

641


What is solid in oops?

617


What is the difference between abstraction and polymorphism?

621


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2012






Why do we use class in oops?

559


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

1795


What is an advantage of polymorphism?

601


What is property in oops?

571


What is pure oop?

601


Why is oop useful?

605


What does I oop mean?

618


assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1673


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?

1639


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1153