Search : in
By :

C# with OOP with XML

Dhivya, on Jul 9, 2009 11:21:40 am BST 
 Report this message to moderators

Hello,

I'm having XML file.My task is to retrieve datas from XML file and pass that data in C# class and save it in the class using OOP concept.
For ex:
XML file is about Mobile application
It is having SMS and MMS information.
After retrieve this information i've to create an abstract class for common attributes.
Then two derived classes named SMS and MMS.
i.e., Main goal is monitor the sms application.
Can anyone find solution and send me the code?
Regards and Thanks
Dhivya

Configuration: Windows XP
Firefox 3.0.11

Best answers for « C# with OOP with XML » in :
S-video (Y/C) Show The S-Video standard The S-Video standard (for "Sony Video"), sometimes called Y/C, is a video transmission mode with separate components using different cables to carry information regarding luminance (luminosity) and chrominance (colour). An S...
OOP - Inheritance Show The concept of inheritance Inheritance is specific to object-oriented programming, where a new class is created from an existing class. Inheritance (often referred to as subclasses) comes from the fact that the subclass (the newly created class)...
Change the default installation folder C: \ Program Files ShowChange the default installation folder C: \ Program Files The installation of most software programs are set by default in the C: \ Program Files. Below is a means of how to change into another partition. Under Windows Vista, select...
Windows cannot find ‘C:\Windows\config\csrss.exe’ ShowWindows cannot find ‘C:\Windows\config\csrss.exe’ Issue Solution Note Issue I am keep getting the following message when windows get started. I don’t know what to do. Can anybody help me to solve this problem please. Solution This...
Error loading C:\PROGRA~1\MYWEBS~1\bar\5.bin\M3PLUGIN>DLL ShowError loading C:\PROGRA~1\MYWEBS~1\bar\5.bin\M3PLUGIN>DLL Issue Solution Note Issue I need help for error Error loading C:\PROGRA~1\MYWEBS~1\bar\5.bin\M3PLUGIN>DLL Solution To solve: Please click on Start, Click on Run and type the...
OOP - Polymorphism ShowDefinition of polymorphism The word polymorphism comes from Greek and means having several different forms. This is one of the essential concepts of object-oriented programming. Where inheritance is related to classes and (their hierarchy),...
OOP - Data encapsulation ShowThe concept of encapsulation Encapsulation is a way of organising data and methods into a structure by concealing the the way the object is implemented, i.e. preventing access to data by any means other than those specified. Encapsulation...