what is use to destroy an object? illustrate.

Answer Posted / safe

an object is destroyed to make memory free which is
allocated by object. it can automatically done by destructor
(default destructor)if we dont call a destructor.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a class oop?

594


What is abstraction and encapsulation?

575


What is abstraction in oops?

589


any one please tell me the purpose of operator overloading

1967


What is encapsulation example?

550






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.

1640


What exactly is polymorphism?

610


What are the 3 pillars of oop?

616


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1638


What is pointer in oop?

539


What is pure oop?

599


What is class and object in oops?

612


hi all..i want to know oops concepts clearly can any1 explain??

1683


How is polymorphism achieved?

587


What is polymorphism used for?

574