Difference between class and Runtime Class
IT & Infrastructure
3
Posts
2
Posters
0
Views
1
Watching
-
A simple class has no threads/processes, but a Runtime class runs a thread/process. For example all classes inherited from Thread class in Java are Runtime classes. In MFC, CWinApp is runtime class, because it runs main application thread.:eek: ARSALAN MALIK
-
A simple class has no threads/processes, but a Runtime class runs a thread/process. For example all classes inherited from Thread class in Java are Runtime classes. In MFC, CWinApp is runtime class, because it runs main application thread.:eek: ARSALAN MALIK