what is object oriental programing?
Answer / 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 |
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
How can I access a memory located at certain address?
code for quick sort?
what is unsigened char and what is the difference from char
what is the maximum limit of row and column of a matrix in c programming. in linux .
How do you define a function?
i want to job in your company, so how it will be possible.
What are the 4 types of unions?
what is the self-referential structure?
p*=(++q)++*--p when p=q=1 while(q<=6)
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.
Explain enumerated types.