Home / Board / ICSE / important Questions / Class 10 / Computer Application / Class as a Basis of all Computation
Table of Contents
Ans. (c) Class method
Explanation:
A static method, or a class method in Java, is a method associated with the class itself rather than with a particular instance of the class.
Ans. (c) 15 digits
Explanation:
A float in Java can accurately hold up to 7 decimal digits, whereas a double can accurately hold up to 15 decimal digits.
Explanation:
A class is declared by using the keyword ‘class’. The general form of a class definition is shown below :
class < class name >
{
data type - instance variable 1;
data type - instance variable 2;
type method name 1 (parameter list)
{
body of method
}
}
Download Mind Map of this chapter
Download NowWant to Practice Mock Tests of this chapter
Practice NowDownload Important Questions of this chapter
Download Now| Chapter No. | Chapter Name |
|---|---|
| Chapter 1 | Revision of Class IX Syllabus |
| Chapter 2 | Class as a Basis of all Computation |
| Chapter 3 | User - defined Methods |
| Chapter 4 | Constructors |
| Chapter 5 | Library classes |
| Chapter 6 | Encapsulation |
| Chapter 7 | Arrays |
| Chapter 8 | String handling |
| Chapter Wise Important Questions for ICSE Board Class 10 Computer Applications |
|---|
| Revision of Class IX Syllabus |
| Class as a Basis of all Computation |
| User - defined Methods |
| Constructors |
| Library classes |
| Encapsulation |
| Arrays |
| String handling |
CBSE Important Questions Class 10
ICSE Important Questions Class 10
CBSE Important Questions Class 10
ICSE Important Questions Class 10