function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pradeep Pradhan 21Pradeep Pradhan 21 

Create class Person which contains data member as Passport_Id, Person_name, Nationality, Gender, Date_of_Birth, Date_of_Issue, Date_of_expiry . Write apex program to perform following member functions: i. Enter details of all persons

Sai PraveenSai Praveen (Salesforce Developers) 
Hi Pradeep,

Can you confirm if there ia any visual force page to enter the details. By just creating an apex class you may not be able to enter the details except with the Anonomous window.

Thanks,
 
Pradeep Pradhan 21Pradeep Pradhan 21
Hi Praveen
yes visualforce page needed