PHP CODE NEED for question URGNENTLY

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Muzathik
Forum Newbie
Posts: 3
Joined: Tue Oct 08, 2013 2:03 pm

PHP CODE NEED for question URGNENTLY

Post by Muzathik »

01. Create a class named person with properties such as name ,age ,and nationality .In the person class, create functions named getdetails and display details
to accept and display the details of the person . derive a class named student from person class . in the derived .Create a properties specific student such as roll no ,class , and makes and add functions to accept and display the student details

How can i do that could you please help me anyone . ?.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: PHP CODE NEED for question URGNENTLY

Post by Celauran »

Yeah, we're not doing your homework for you.
User avatar
AbraCadaver
DevNet Master
Posts: 2572
Joined: Mon Feb 24, 2003 10:12 am
Location: The Republic of Texas
Contact:

Re: PHP CODE NEED for question URGNENTLY

Post by AbraCadaver »

Celauran wrote:Yeah, we're not doing your homework for you.
Well, not for free!
mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.
Post Reply