Answer Posted / nirmal kumar tailor
Object means instance of the class.
object oriented means you can access all the class member
with the help of class object so this is called object
oriented language.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
how to make a scientific calculater ?
What does c mean?
What does 3 periods mean in texting?
What is a stream water?
Do you have any idea how to compare array with pointer in c?
How do you write a program which produces its own source code as output?
What is a null string in c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is int main () in c?
What are multibyte characters?
What is pointers in c with example?
Write a program with dynamically allocation of variable.
With the help of using classes, write a program to add two numbers.
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
The statement, int(*x[]) () what does in indicate?