| |
GeekInterview.com > Interview Questions > Microsoft > Visual Basic
| Print | |
Question: Project Compatibility and Binary Compatibility
Answer: What is Compatibility? When do you use which compatibility? What are the primary differences between project compatibility and binary compatibility? |
| June 06, 2009 21:06:17 |
#2 |
| Paul_G |
Member Since: March 2009 Total Comments: 1 |
RE: Project Compatibility and Binary Compatibility |
| Its also important to realise that if you set your project to binary comaptability and ADD additionally to the interface, this will not break the interface. You will break the interface if you alter the signature in any way. |
| |
Back To Question | |