What is a class?

Answer Posted / ranveer singh

class is caintener that cantain user defind
data(varible)and fuction
as
class ranveer
{ variable x , y;
.......
}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write string class as your own class in java without using any built-in function

1984


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

1156


what are the ways in which a constructors can be called?

1589


Why multiple inheritance is not allowed?

594


Why oops is important?

618






Why is abstraction used?

617


Plese get me a perfect C++ program for railway/airway reservation with all details.

3437


What is class and example?

577


What is the purpose of enum?

587


What is constructor in oop?

593


What are functions in oop?

593


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1953


Which language is pure oop?

560


Why is abstraction needed?

575


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2043