How would i go about inheriting a nested class in c sharp?
for example:
class A1
{
class A2{}
}
class B1
{
class B2{}
}
I want to inherit class A1 in B1 and A2 in B2!!
Could someone please helpme with this?!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks