+ 1
Short for Database Access Object. It's a pattern in organizing code like this: You have a class Person. And a class PersonDAO that knows how to retrieve and store Persons to and from a database.
22nd Feb 2018, 6:59 AM
1of3
1of3 - avatar