namespace AEonAX.Classes
{
class Software
{
Int64 Whatsapp = 7875877955;
List<string> TopicsOffered = new List<string> {
"Software Programming",
".NET",
"Windows Internals",
"Debugging with Visual Studio",
"Browser Side Debugging",
"JavaScript",
"Software Security",
"System Design",
"Web Applications"
};
List<string> Features = new List<string> {
"Personalized",
"Hands-on",
"Flexible Timing",
"Pay as you Learn",
"Ideal for < 4 Years Experience"
};
}
}