What is an object?

Answer Posted / abalonesoft

A region of storage with associated semantics.

After the declaration int i; we say that "i is an object of
type int." In OO/C++, "object" usually means "an instance of
a class." Thus a class defines the behavior of possibly many
objects (instances).

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is extern used in c?

623


Why is c so powerful?

695


What happens if header file is included twice?

665


Write the control statements in C language

661


What is header file in c?

611






Which programming language is best for getting job 2020?

619


Why main is used in c?

598


Write a function that will take in a phone number and output all possible alphabetical combinations

611


What do you mean by recursion in c?

638


How can I do serial ("comm") port I/O?

701


What is meant by recursion?

640


What is multidimensional arrays

639


Explain the difference between null pointer and void pointer.

679


Differentiate between null and void pointers.

639


Can we access array using pointer in c language?

652