155.
                                Which of the following does the destructor of a class [ ~classname() ] implement in the MSIL?
                                
                                    View Description
                                    
                                        
                                    
                                
                                
                                    
                            
                        The destructor implements the Finalize() method which is a virtual function that is declared in the Object class.