Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Runtime introspection: What good is it?

by sgifford (Prior)
on Jul 10, 2008 at 02:55 UTC ( [id://696596]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    class Rect; bool intersect( Rect* ); bool intersect( Ellipse* ); bool 
    +intersect( Polygon* ); ...
    
  2. or download this
    #include <iostream>
    
    ...
      shape = new Circle();
      ShowType(shape);
    }
    
  3. or download this
    Shape
    Shape
    
  4. or download this
    void ShowType(Shape *obj)
    {
    ...
      else
       cout << "Shape" << endl;
    }
    
  5. or download this
    Polygon
    Circle
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://696596]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-19 19:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found