What is the function of cls statemen
Answers
Answered by
0
Answer:
A Class statement defines a new data type. A class is a fundamental building block of object-oriented programming (OOP). For more information, see Objects and Classes.
You can use Class only at namespace or module level. This means the declaration context for a class must be a source file, namespace, class, structure, module, or interface, and cannot be a procedure or block. For more information, see Declaration Contexts and Default Access Levels.
Answered by
6
Answer:
CLS refers to CLEAR SCREEN.
It deletes all other statements above it so that thay cannot get executed in new program.
Similar questions