Answer Posted / t.ramu(9703233794)
Because of the entire code in the program is depend upon
the object only,through the object only we can call the
data and the normal methods/functions.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
State what is encapsulation and friend function?
What is abstraction in oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What are classes oop?
This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.
What is difference between oop and pop?
Where You Can Use Interface in your Project
What is ambiguity in inheritance?
What is the example of polymorphism?
What are the 4 main oop principles?
How to call a non virtual function in the derived class by using base class pointer
What is encapsulation c#?
How do you use inheritance in unity?
What are two types of polymorphism?
2. Give the different notations for the class.\