Computer Science, asked by fardeen66, 1 year ago

define object and its declaration syntax

Answers

Answered by badmash84
1
When we define any class, we are not defining any data, we just define a structure or a blueprint, as to what the object of that class type will contain and what operations can be performed on that object.
Similar questions