Computer Applications
Object that share the same attributes and behaviour are grouped together into a/an
- interface
- instance
- alias
- class
Objects & Classes
6 Likes
Answer
class
Reason — Object that share the same attributes and behaviour are grouped together into a class.
Answered By
5 Likes
Related Questions
Which clause is optional in the switch statement?
- default
- case
- switch
- None of these
Errors occur in a program when :
- Syntax of the programming language is not followed
- the program does not run properly or does not execute at all
- The program produces an incorrect result
- All of the above
The statement
(1 > 0) || (1 < 0)evaluates to- 0
- 1
- false
- true
The parameters that are passed to the method when it is invoked are called
- formal parameters
- actual parameters
- informal parameters
- void parameters